Dmitry Kustov
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 9
-
Dmitry Kustov 创建了一个帖子, 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... -
Dmitry Kustov 创建了一个帖子, 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 ... -
-
-
Dmitry Kustov 创建了一个帖子, 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... -
Dmitry Kustov 创建了一个帖子, 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... -
-
-
Dmitry Kustov 进行了评论, -
Dmitry Kustov 创建了一个帖子, 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-...