Dmitry Kustov

Avatar
  • Total activity 32
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 7
  • Created

    Suggest mb_* functions with explicit encoding

    Is there a way (a setting or a plugin) to make PHPStorm suggest use of multibyte string functions instead of regular ones and suggest explicit encoding in those? Like a style recommendation kind of...
    • 2 followers
    • 3 comments
    • 1 vote
  • Created

    ESLint Cache

    Hi! I've recently setup ESLint for my project, and I've noticed periodic performance drops with it (not related to IDE itself). I wanted to enable caching, so added respective command-line paramete...
    • 2 followers
    • 1 comment
    • 2 votes
  • Created

    Failed to load parser '@typescript-eslint/parser'

    Hi! I have troubles with setting up ESLint for my project. This does not seem to be an issue with PHPStorm itself, since I am getting the same error with CLI as well (at least when I use --resolve-...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    Dump DDL with selective data

    Answered
    Hi! I wonder if it's possible to dump DDL (which I know how to do from PHPStorm) while also dumping data for some of the tables? I have a bunch of tables, that are kind of like "definitions", and I...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Trigger FileWatcher only on new files

    Is it possible to setup file watchers, so that they trigger only on appearance of a new file in folder they are monitoring?
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Automatically add attributes to HTML tag

    Hi! Is there a way to automatically add certain attributes to certain HTML tags in PHPStorm? For example, I want to all <img> tags to have  loading="lazy" decoding="async" by default, but at the mo...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    TypeSscript: partial merge and ES6 modules

    Hi! I have tried to find a suitable approach for this "problem" but was not able to (yet), so thought, that I could ask here. Any advise would be appreciated. I have a project in PHPStorm, which ha...
    • 2 followers
    • 12 comments
    • 0 votes