webstorm Questions

17

Solved

To edit files from terminal I use subl (for sublime text) in order to edit the file; example: If i need to edit app.js file I use subl app.js Is there any way I can set up webstorm to open from th...
Algeria asked 12/11, 2014 at 4:15

1

I'm behind a corporate proxy and unable to use GitHub Copilot on WebStorm. This is the error that I'm getting: GitHub Copilot is working on VsCode after using the monkey patch solution given in se...
Oscaroscillate asked 7/9, 2022 at 17:57

5

Solved

Question: How to import JavaScript files in NodeJS using file paths from project root? (instead of relative file paths) In other words, my team is trying to transition from Syntax Style A to Syntax...
Pneumograph asked 21/3, 2023 at 20:44

8

Solved

Ctrl+D performs the find_under_expand command in sublime. This basically searched for the next occurrence of the already selected text and selected it, so when I edit, it's edited on both places at...
Eurythermal asked 25/4, 2014 at 23:49

8

Solved

I have a Protractor project which contains such a file: var FriendCard = function (card) { var webElement = card; var menuButton; var serialNumber; this.getAsWebElement = function () { return...
Carib asked 19/12, 2016 at 9:34

5

I am using highland.js and have installed it with its type definition: jq .dependencies package.json | grep highland "@types/highland": "https://registry.npmjs.org/@types/highland/-/highland-1.14...
Octopod asked 14/12, 2016 at 14:21

3

How do you include a space before the closing tags in self closing tags with WebStorm/IntelliJ-based products? Default settings turns <ReactComp /> to <ReactComp/>, which is against on...
Episcopacy asked 12/10, 2016 at 12:52

4

Solved

I've been having an issue with Jest (23.5.0) and WebStorm (2018.2.3) intellisense lately. For all the Jest methods (e.g. toHaveBeenCalledWith, toHaveLength), I receive a Unresolved function or meth...
Certificate asked 5/9, 2018 at 13:52

9

Solved

I've specified eslint configuration for my WebStorm project. But it does not seem to apply to code reformat feature. For example, it continues to format import { something } from 'somewhere' as imp...
Koziel asked 19/1, 2017 at 7:16

6

We have a common structure in our code where we have several related classes in the same file with several methods in each. What I would like to achieve is to fold all the methods in the class I'm ...
Wirewove asked 23/11, 2016 at 13:39

5

I installed everything like in official tutorial https://www.jetbrains.com/help/webstorm/prettier.html#ws_prettier_reformat_code and it doesn't work on save, although the checkbox is set. What can ...
Davon asked 21/10, 2022 at 8:55

3

Solved

I want to change in a project from javascript to typescript. Therefore i want to change the extensions of all files from *.js to *.ts recursively. How do i accomplish it with webstorm?
Misadventure asked 27/8, 2015 at 8:34

3

I am looking for a way to change the double quotes (default behavior) to single quotes. I've read the docs and tried to search online but the normal way of doing it does not seem to work. I've ada...
Rafael asked 31/3, 2018 at 9:29

4

Solved

Has anybody encountered the problem ESLint not loading in WebStorm? I'm trying to specify a path /usr/local/bin/eslint, /usr/local/bin, Every time I got this message: or no such directory message....
Whiteeye asked 2/3, 2015 at 11:36

2

I'm using Next.js and Prisma for my current project but in my IDE (WebStorm currently), I am constantly getting the same warning on most CRUD queries in Prisma. This is only in JetBrains WebStorm h...
Warfarin asked 10/11, 2023 at 8:42

11

Solved

Webstorm doesn't recognize one of my .js files as a JavaScript file so I'm losing syntax highlighting and being able to add break points. I've looked in the workspace.xml file and the file in que...
Empale asked 11/11, 2014 at 18:37

3

if i write such code in webstorm export class someOne { constructor(param) { this.test = param; } useTest(){ return this.test; } } console.log(new someOne(123).useTest()); and mouseove...
Bilestone asked 16/4, 2016 at 23:18

3

Solved

Just starting to use webstorm 9 , have been using vs.net a lot and missing the 'track item in solution explorer' feature. I would like to see the file highlighted in the project viewer on the left....
Indolence asked 21/12, 2014 at 22:9

2

Solved

I googled around and found way to debug Angular apps in Rider but it doesn't feel right because of the steps it requires to do such a simple thing, so I'm here to ask if the approach is correct and...
Brakesman asked 31/12, 2023 at 23:31

6

Solved

In VS2012, you can hover over a typescript variable and it will show you the inferred type. Is there a similar feature in webstorm?
Andie asked 17/9, 2013 at 1:44

13

Solved

I accidentally created a file with no extension and I chose the wrong file type association. Text Document I think. I renamed it to have the .js extension which is what I wanted, but now it's stuck...
Infection asked 23/3, 2013 at 19:15

5

Solved

I'm wondering how can I can navigate to a character location? I have a script that will tell me the character location number, no line number. INFO: log-process/3093 on local-machine: Some Log Mes...
Confederacy asked 17/3, 2015 at 15:44

3

I have an issue with the webstorm IDE. It seems like that webstorm always shows the error of invalid argument in the IDE, but the typescript compiler do not show such error; I'm starting to believe...
Hibernia asked 20/3, 2014 at 13:37

5

Solved

I started using redux toolkit, but when I try to dispatch an action with arguments I get a warning from IDE saying: "Argument type {...} is not assignable to parameter type {payload: {...}}&qu...
Finegrain asked 21/10, 2020 at 7:56

13

Solved

Possible Duplicate: Intellij Idea 9/10, what folders to check into (or not check into) source control? I started using WebStorm for web development and am not sure what to add and what to e...
Cloraclorinda asked 15/8, 2012 at 11:32

© 2022 - 2025 — McMap. All rights reserved.