Dave Stewart

- 活动总数 178
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 45
-
已编辑于 Is there a canonical way to set up prefixed @ / ~ aliases?
Situation In projects, we're using a variety of different ways to set up aliases: webpack (simple and complex) typescript (.tsconfig) sometimes Nuxt (which has its own config for aliases) Dependi... -
已编辑于 Vue: can't resolve object properties when using <script lang="ts">
We're telling some of our Vue SFCs to be TypeScript, but whilst we get nice completion and type safety on variables, ie: // some componentmethods: { foo (bar: string) { ... }} ...we're getting issu... -
创建于 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... -
已编辑于 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 :( -
已编辑于 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... -
已编辑于 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... -
创建于 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... -
创建于 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'... -
创建于 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... -
创建于 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...