Dmitry Kustov

- 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... -
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... -
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-... -
Created Dump DDL with selective data
AnsweredHi! 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... -
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? -
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... -
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...