Emanuil
- Total activity 72
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 12
- Subscriptions 16
-
Created 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... -
Edited 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: -
-
Edited (-) vs ✓ in Languages & Frameworks > JavaScript › Libraries
What's the difference b/w the (-) and ✓ boxes – and how do I make a checkbox show (-) ? -
Created 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. -
Edited 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"... -
Created 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. -
Created 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. -
Created 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 -
Edited 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...