Dave Stewart

- Total activity 185
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 46
-
Created How to ignore some "unresolved function" warnings (in Vue specifically)
I know this is a common question, and I understand why WS warns, but is there some way to work around this? Many Vue properties fill the screen with warnings: The above screenshot shows: Vue prot... -
Edited Code Style: can you align types in Webstorm?
Is it possible yet to auto-format types like this in Webstorm? Class properties look pretty messy otherwise :( -
Edited Typescript path aliases starting with @ take me to node_mdules/@types
I've set up path aliases in both webpack and typescript, but unfortunately, webstorm is not recognising path aliases starting with @; it seems to think they are Definitely Typed types (I think). Th... -
Edited Autoformat removes blank lines between imports
Hi Jetbrains, I've recently disabled code folding for ES6 imports, but it's revealed some behaviour I'm not so keen on: Before, when I used auto-format, any line-spacing inside the (folded) import... -
Created Working with Semantic UI full build / LESS variables
Hi there, I've installed the Semantic UI package via NPM, with a view to building our own stylesheets. On initial install, and after setting the /src folder as a resource root, it seems that lots o... -
Created Tab key always puts in 4 spaces, no matter what the settings
Just set up PHPStorm on a colleagues machine, but even with all settings set to indent to 2 spaces, tab keeps inserting 4 spaces or 1 tab. Auto-format resets everything as expected, but tab doesn'... -
Created How do I hide my node_modules folder in the Project panel?
I'd like to hide the node_modules folder in my project, as well as excluding it from searches. At the moment, it shows all the time; I can't even hide it with scopes (in fact scopes expressions d... -
Created Is there any tooling around SCSS variables / breakpoints?
Aside from code complete, is there any tooling around SCSS variables? I was thinking something like panels for colours, fonts, and especially breakpoints. With the amount of variables that build up... -
Created Is there a better workflow to find scripts using templates?
I'm working on a project with a LOT of template files, usually mapped 1:1 to script files. When fixing bugs, we do a text search for some text that might be in a template, then work backwards to ... -
Edited PHPStorm showing completions from other (same-named) JS class that is not in scope
Hi, I'm not sure if this is something that can be solved, or not. I have a custom JS class in my application called ArrayMap. I import it explicitly at the top of my file. However, in my autocomp...