Max Alekseyev
- Total activity 186
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 37
-
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? -
-
Edited Wrong colors display for styles in editor panel
That's worked well in previous Webstorm about 2020 version. Using now: - WS 2023 - Monokai Pro theme (Filter Octagon) - My custom code theme from previous setup That's not the red as it was before... -
Edited WebStorm 2023.1 sidebar and map bg
Hello,Just installed WebStorm 2023.1 over 2020.1. It imported settings well accept of sidebar and map. It's lighter. Had the same bg as editiorTried to find some solution like gutter bg, but no suc... -
Created Less compilation, LiveEdit and no immediate page refresh
Live edit for HTML and JS working well, for just the CSS also. File watcher for less files compiles everything well, I checked in another editor, file was compiled, but no any changes on the browse... -
Edited Multiplying php processes
It was very hard to debug it, I thought that it's local dev server problem but I catch it at last1. Win 10 Pro LTSC2. PhpStorm 2023.1Local server works, non php project opened and no problem at al... -
Created Import/export the part of color scheme
How can I import/export the part of color scheme? Just CSS/Less, for exemple, or just XML only -