Max Alekseyev
- Total activity 131
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 27
-
-
Created Replace the arrow in arrow function with unicode arrow
Saw the usage of arrows likeHow to turn it on? Editor font is JBrains Mono -
Created 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... -
-
-
Created 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 -
Created 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 -
Edited 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 .= '*';... -
Created Mark special unknown variable in LESS with special color
I have unknown variable @result marked with red. Generally that's normal but in this case I want to mark it with green. How to do that? -