Backlight
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 13
-
Edited Adding imports is sometimes frustrating
Adding typescript imports is sometimes frustrating. Sometimes I get a popup to add all imports with Ctrl+Alt+Enter. Other times this doesn't appear, and I have to double-click the red missing mod... -
Created Sort typescript imports for ESLint sort-imports rule
Can Webstorm sort typescript imports to comply with the ESLint sort-imports rule? Code > Optimize Imports doesn't satisfy ESLint - they don't sort in the right order. There's a VSCode extension c... -
Edited .idea files appearing in commit window
AnsweredThis has probably asked by someone else recently, but I can't find it. Something changed in WS 2020.3 (I think). What's happening is that files in the .idea folder are appearing in my commit wind... -
Created Git Pull does nothing if there are uncommitted changes; check for IDE updates doesn't work
AnsweredWS 2020.1 on Win10 - if I have uncommitted changes, Git Pull looks to be working, but does nothing. Previously it would tell me that I need to first commit, then pull. So I have to realize that t... -
Created Prettier does not run on frame deactivation (WS 2020.1)
Webstorm 2020.1 - Windows 10 I have Prettier set to "Run on save for files." I also have "Save files on frame deactivation" enabled, but Prettier does not run when a frame is deactivated. I have ... -
Created What is this error? JavaScript Debugger Console: Web Console disabled . . .
I keep seeing this error in the event log JavaScript Debugger Console: Web Console disabled, please install JavaFX or use bundled JRE.To enable Web Console, switch the flag "js.debugger.webconsole"... -
Created Enable eslint and eslint-plugin-react-hooks in TSX files
I'm able to get eslint-plugin-react-hooks working with Webstorm in JSX, but not TSX. How can I enable it for TSX files? Actually it doesn't appear that ESLint is working for me at all in TSX fi... -
Edited Basic tag closing not working in React TSX
For example, webstorm won't automatically generate a closing tag for this div: I have @types/react and @types/react-dom installed in package.json. I also installed those two in Javascript > Libra... -
Edited 2019.2 - Narrowed to string
I'm seeing this in 2019.2 in a TSX file. When I hover over the highlighted text, it simply says Narrowed to 'string' What is this? It's possibly the same as Deleted text in Editor > Color Scheme... -
Created Blue vertical line in gutter
What is this blue vertical line and how do I disable it? It appears in the gutter to the right of the line numbers. "Show Gutter Icons" is unchecked. It seems to show the range of a piece of code...