Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
569 views

WebStorm change single quotes to double when there is an apostrophe when commit

After I commit a file, my IDE WebStorm changes the string 'We can\’t' to "We can’t" How can I prevent this ? I already do Preferences -> Editor -> Code Style -> TypeScript -> ...
Ursule Maffo's user avatar
0 votes
1 answer
431 views

How to use WebStorm FileWatcher for current file only

I want to create a custom WebStorm Filewatcher rule that performs prettier-eslint on save for the currently edited file. For my arguments, is there a way to declare that the command should be used for ...
Jimmy's user avatar
  • 3,580
2 votes
1 answer
1k views

Apply ESLint / Prettier to selected lines only

I'm working with WebStorm and there is only two possibilities to use ESLint : Apply ESLint to file Apply ESLint to a line Isn't there a possibility to apply ESLint to a selection of multiple lines ?
Drea Zener's user avatar