Max Alekseyev

Avatar
  • 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  
    • 4 followers
    • 10 comments
    • 1 vote
  • 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 { ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Forming issue

    Hi, Need to prevent line breaks after /* @escapeNotVerified */  string on autoformating. No idea.     Thanks, M
    • 2 followers
    • 3 comments
    • 0 votes
  • 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.
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 4 followers
    • 10 comments
    • 0 votes
  • 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.  
    • 2 followers
    • 4 comments
    • 0 votes
  • 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...
    • 2 followers
    • 12 comments
    • 0 votes
  • 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; { ......................... }...
    • 2 followers
    • 1 comment
    • 1 vote
  • 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,...
    • 3 followers
    • 3 comments
    • 2 votes