Max Alekseyev
- 活动总数 140
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 14
- 订阅数 29
-
创建于 Html format comment
No important but we'll be fine to apply<!--My comment-->as<!-- My comment -->with spaces, didn't find where to tune it -
-
-
创建于 Replace the arrow in arrow function with unicode arrow
Saw the usage of arrows likeHow to turn it on? Editor font is JBrains Mono -
创建于 Javascript comment formatting
No autoformatting via Ctrl + Alt + L, look like XML problem was also// Separate method just for running the scripts executeEmbeddedScripts(tempDiv) { const scripts = tempD... -
-
-
创建于 Insert space before px in container queries
Insert space before px in container queries and doesn't format correctly with indent → compiler error after autoformatting -
创建于 AlpineJS unresolved variables
Alpine.data - Alpine is missing import settingsthis.$root, this.$el, this.$refs - unresolved variablesHow to prevent this and may be color this values?AlpineJS plugin installedunresolved variables -
已编辑于 if/esle formatting for short and full syntax howto (settings)
How to keep ‘else’ on the same string as brackets, but add the new line in short form with the autoformatting? Code to check:if ($i > $j || $j >= $arg_b - $i) $out .= '_';else $out .= '*';...