Jef Harkay
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 7
-
Created Event kebab-case highlighting (Vue)
In Vue, the recommended casing for custom events is kebab-case. However, in WebStorm, I lose the highlighting of the base event name that I would get if I used a colon instead (see attached). Is ... -
Created TailwindCSS Important Shows Red Squiggle
Hello! Whenever I use a ! in front of my Tailwind (version 3) classes to signify that the important modifier is added to the generated property, WebStorm shows a red squiggle (see attached), indic... -
Created Auto Import Not Working Properly
Hello! I have a package (we'll call Package A) that consumes a single package (we'll call Package B), which has dependencies on several other packages (like Vue, TypeScript, etc.). I'm essentiall... -
Created Different Theme for VCS Tab
AnsweredIn the VCS tab (Alt + 0), I don't like the colors used to show diffs of files, so I was wondering if it's possible to change the theme just for VCS? If not, is there some way to alter the backgrou... -
Created Only use certain eslint config
I have a project that has an eslint config file. It has certain project settings like tabs instead of spaces, and 4 space indent. However, my preference is spaces and 2 space indent, so what I'd ...