Emanuil
- 活动总数 72
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 12
- 订阅数 16
-
创建于 In jsx, how do I make Emmet use "class" instead of "className"
We're using Solid.js, which uses JSX, and unlike React, Solid.js uses the regular class attribute for classes, and not classNames.When I type .bg-white and press Tab, it should complete to <div cla... -
已编辑于 Class attributes not allowed in JSX code
I'm getting this warning on class attributes in Solid.js / JSX code.Attribute class is not allowed hereIs this expected, and how do I fix it?Here's a screenshot: -
-
已编辑于 (-) vs ✓ in Languages & Frameworks > JavaScript › Libraries
What's the difference b/w the (-) and ✓ boxes – and how do I make a checkbox show (-) ? -
创建于 How to set padding on Terminal pane
Is it possible?That is the margins around the edges of the Terminal pane. The iTerm2 app supports this. -
已编辑于 How do I set a project folder as the include path for my project?
I'm not talking about Resource Root — Resource Root is about the web root and it affects paths to things like images, css files, etc.I'm talking about including php files, ex: <?php include "a.php"... -
创建于 How do I make it add spaces around block comments in PHP code?
The Comment with Block Comment doesn't add spaces around comments.There is Add spaces around block comments option in Editor > Code Style > HTML but there isn't one in Editor > Code Style > PHP. -
创建于 Can I make TypeScript errors appear as warnings?
Things like "unused imports" don't break the app, and I feel a more appropriate error level for them would be a warning. -
创建于 Is it possible to enable Tailwind completions without the Tailwind package in node_modules?
This would be useful for: - mono repos where the node_modules folder is in a different place, higher in the folder hierarchy- projects that use the Tailwind CDN instead of the package -
已编辑于 How to find the current active file from another app, ex: Alfred?
I have an Alfred workflow that I use along with PhpStorm to search my codebase from anywhere, and in that workflow, I'd like to highlight the file(s) that are open in tabs and the file that's activ...