webstorm Questions

2

Inspection is raising this issue... according to this WebStorm blog post, I tried to update it but it's raising the same issue for these imports: server.ts .... // models import { IModel } from '...
Calliecalligraphy asked 29/3, 2017 at 8:16

4

Solved

Okay, so the title may be slightly misleading, This is simply my end goal. So, I'm just getting into the world of Dart. So far it seems great, but my biggest issue with it is the stupid default fo...
Autoharp asked 19/1, 2020 at 23:31

5

Solved

I'm trying to change the name of my project in webstorm. I have looked at this answer on their developer forums, but it does not work for this version (Webstorm 7). Changing the contents of .idea/...
Protuberant asked 9/12, 2013 at 19:11

4

Solved

After pushing F6 and choosing destination folder I only get this message and no other clues. What could be the reason of this?
Apocarp asked 17/7, 2014 at 7:37

2

In JetBrains IDEs (such as WebStorm) is there a keyboard shortcut to jump to the matching end HTML tag or matching beginning HTML tag?
Eleanor asked 8/1, 2016 at 7:23

5

I'm working on my first Cordova projects and am trying to use Chart.js. The documentation states that Chart.js should be included like this: <script src="Chart.js"></script> &...
Bicycle asked 31/1, 2017 at 20:38

2

If I have some of my vue components registered globally, how can I make WebStorm to understand it and help me with autocomplete? I have some custom ui components registered globally from main js fi...
Rocher asked 29/8, 2018 at 9:29

14

I am using VS Code to write some HTML. I noticed that the IDE will auto-insert some code for me. For example, if I want a <p> tag, VS Code will create <p></p> for me and the curso...
Meteorite asked 22/7, 2020 at 20:49

2

Solved

I am using Nestjs with WebStorm & TS 4.2.3^latest. The problem that I am facing is a bit strange. For example, some modules, like axios can be installed, imported, and used as usual. But some m...
Ionium asked 10/4, 2021 at 8:33

2

Solved

I am trying to see if there is a way to "completely" clear the console in RubyMine (or any other JetBrains IDE like WebStorm or PhpStorm). I've seen an answer for this question: RubyMine any way ...
Belier asked 15/4, 2015 at 13:47

2

Solved

How to delete all unused variables in a project in WebStorm or other editor? I have a lot of unused CommonJS imports like this. I'd like to remove them from my project. var ReactDOM = require('r...
Cleodell asked 31/5, 2017 at 10:44

7

Solved

I have an Angular application (Angular 2) that I can launch without issue from WebStorm, however when I try and set breakpoints none of them are ever hit. WebStorm reports that the debugger is atta...
Bedel asked 30/10, 2019 at 17:28

3

Solved

Our team uses both VSCode and WebStorm for development, so need to create a same code formatting style for both IDEs.
Thar asked 29/3, 2019 at 7:16

1

In Settings/Preferences | Languages & Framework | Style sheets the IDE is not showing Tailwind as an option. It shows no documentation on Ctrl + Q. I'm using Tailwind with Vite, React and three...
Tryparsamide asked 28/5, 2023 at 19:23

11

Solved

Ever since I upgraded my WebStorm IDE to v8.0.4 the enter/return and tab key has no effect in the code editor. Could there maybe any settings I have somehow changed that these keys does not work? T...
Bully asked 13/7, 2014 at 19:55

3

Solved

I'm using WebStorm and I'm getting an error that I can't understand. Node.js + MongoDB. var mongoose = require('mongoose'); mongoose.Promise = global.Promise; mongoose.connect(' mongodb://localho...
Nahshun asked 18/6, 2017 at 18:17

8

Solved

I have a function that takes data from server: function getData(data){ console.log(data.someVar); } WebStorm says that someVar is an unresolved variable. How can I get rid of such warnings? I see...
Idelia asked 30/12, 2013 at 7:53

11

Solved

I have a list of routes in one object and want to import it in other file and have autocomplete for object properties. index.ts import allRoutes from './routes'; allRoutes.routeHome; routes.ts...
Uigur asked 3/9, 2018 at 9:8

12

Solved

I am currently using Windows 10 with WSL Ubuntu 18.04 installed. I am trying to use WSL as the default terminal in WebStorm however, I am able to use the bash from WSL but the default directory wou...
Batfowl asked 18/8, 2018 at 21:41

2

Solved

I'm searching for an extension for VS Code something like this: https://marketplace.visualstudio.com/items?itemName=norachuga.MiddleClickDefinition It's natively supported in WebStorm, and I want t...
Baccarat asked 31/3, 2022 at 14:1

5

Solved

I'm trying to use this (https://mehrankhandev.medium.com/ultimate-guide-to-use-custom-fonts-in-react-native-77fcdf859cf4) to add font but I have problem with this part... npx react-native link thi...
Constructive asked 19/7, 2021 at 13:44

5

I'm trying to use the WebStorm IDE debugger to debug a NextJS React app. I tried to use a JavaScript configuration, but that didn't seem to work -- neither when I used a Node config. What's the co...
Phaih asked 24/1, 2019 at 19:55

6

Solved

This is starting to bug me and I'd either like it turned off or fixed. So Webstorm has a sweet feature in it's HTML parser that will attempt to resolve directories in strings that are supposed to r...
Cloutier asked 24/2, 2014 at 12:2

5

Solved

For some unknown reason, the encoding of my files has changed without me noticing for a while. It was UTF-8 and now is windows-1252. I have reset the project encoding from Settings->File encodi...
Spotlight asked 4/4, 2015 at 21:35

4

In my CSS file I'm using custom CSS as can be seen from the photo. WebStorm gives errors. How can I fix it? When hovered on it full error is here Cannot resolve '--color-gray-1' custom property T...
Earring asked 26/12, 2018 at 13:31

© 2022 - 2025 — McMap. All rights reserved.