Max Alekseyev
- 活动总数 186
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 18
- 订阅数 37
-
创建于 Vertical indent guides not working
Hello Settings | Editor | Appearance | "Show vertical indent guides" turned on, but no guides there - Win10x64 - Storm 2020.1.1 -
创建于 @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 { ... -
创建于 Forming issue
Hi, Need to prevent line breaks after /* @escapeNotVerified */ string on autoformating. No idea. Thanks, M -
已编辑于 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. -
已编辑于 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... -
创建于 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... -
创建于 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. -
创建于 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... -
已编辑于 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; { ......................... }... -
已编辑于 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,...