Emanuil
- 活动总数 72
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 12
- 订阅数 16
-
创建于 How do I find out why project switching takes 5+ seconds?
I'm on MacBook Air with M1 – I'm pretty sure it taking so long is not normal. -
创建于 Project view doesn't "refresh" external libraries
I'd create a file or a folder in an “external library” from the project view, and the project view won't show it – I have t switch to another project and then back in order to see it. -
创建于 How to make Project view (sidebar) open files on pressing "right arrow" (in addition to Enter)
已回答I can't find the command in Settings → Keymap. -
已编辑于 Commenting out lines in .jsonc files, adds // at the start of the line
Is this expected?Note that I've disabled “Line comment at first column” for all languages in Code StyleExample: -
创建于 "Unwrap/remove" command doesn't work well with PHP tags
For example, here, with text cursor at the start of the PHP tag, the “unwrap/remove” command will do nothing.Note that if the text cursor was at the end of that same php tag, the command would work. -
-
创建于 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 (-) ?