Dmitry Kustov

Avatar
  • 活动总数 36
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 2
  • 订阅数 9
  • 创建于

    Structural replace for SQL functions

    I want to force precision settings for time functions in a project, so that `CURRENT_TIMESTAMP()`, for example, is replaced by `CURRENT_TIMESTAMP(6)`. I tried creating structural inspection for SQL...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Named arguments in structure replacement

    I have some custom structure replacement inspections, to not forget that I need to use `mb_*` functions and for them to have explicit encoding in certain scope. These inspections work fine, unless ...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    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 个关注者
    • 3 条评论
    • 1 票
  • 创建于

    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 个关注者
    • 1 条评论
    • 2 票
  • 创建于

    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 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    Dump DDL with selective data

    已回答
    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 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    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 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    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 个关注者
    • 12 条评论
    • 0 票