Max Alekseyev
- Total activity 186
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 37
-
Created Vertical indent guides not working
Hello Settings | Editor | Appearance | "Show vertical indent guides" turned on, but no guides there - Win10x64 - Storm 2020.1.1 -
Created @media live template working wrong
Hi, Have the @m and @media live templates. Worked well before 2020 version. Abriviaton: @media Template text: @media only screen and (max-width: $VAR0$){ $VAR1$} Genarates @media screen { ... -
Created Forming issue
Hi, Need to prevent line breaks after /* @escapeNotVerified */ string on autoformating. No idea. Thanks, M -
Edited Configure live templates or emmet
Hello, Typing "dn" + Tab i had "dispaly: none;" alias for styles before, but have "mso-endnote-continuation-notice: ;" now. Cannot find where I can configure this. Thanks. -
Edited Similar to code snippets menu
Hello. In one of my editors I have code snippets menu that allow me to insert pretared code templates. It's on the right side and I can call it using F9 if I need. Is there something similar in PHP... -
Created Webstorm less watcher failed on sourcemap generating
Hi, Webstorm 2017.2 less watcher failed on sourcemap generating using lessc (default watcher, Win8x64). My setup: Program: C:\Users\max.a\AppData\Roaming\npm\lessc.cmd Arguments: --no-color --so... -
Created webstorm update color schemes process on start
Hi, Win7x64, Webstorm 2017.3 (just updated) The update color schemes process start on launch and working for a long time - 10+ mins. What's the problem. 2017.1 already had this problem. -
Created Cannot find declaration to go in less files
Hello, I had the variables inside the LESS file. And wanted the navigate to the file/string of assingment using ctrl+click. I remember that there were no problems with this operation in SCSS file... -
Edited Less mixin formatting issue
Hi, Usually I use the autoformat of the code with Webstorm and there were any problems. No I have the LESS mixin: select:not([multiple]){ .media(@tablet; { ......................... }... -
Edited Formatting CSS - one selector per line
Hi, Is there available to setup auto formating (Ctrl+Alt+L) of multiply comma seperated CSS (LESS, SASS) selectors as one selector per line e.q. line break after each comma? .selector1, .selector2,...