Evgeniy Nyavro
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 10
- 订阅数 5
-
Evgeniy Nyavro 进行了评论, -
Evgeniy Nyavro 创建了一个帖子, 已回答Hide plugin from marketplace
I want to extract some part of plugin to another plugin, some 'core' plugin containing main common logic and providing extension points, so other plugins, 'implementation' ones could extend 'core' ... -
-
-
Evgeniy Nyavro 创建了一个帖子, 已回答Functional tests are unstable
I'm developing plugin and I have lots of functional tests in my project. Unfortunately, these tests are very unstable: when I run tests on windows machine they work just fine, but when it comes to ... -
Evgeniy Nyavro 进行了评论, -
Evgeniy Nyavro 创建了一个帖子, 已回答Plugin functional tests failed after move from version IU-2019.3 to IU-2020.1
I'm developing plugin https://github.com/nyavro/i18nPlugin. Gradle fragment before change: ...test { intellij { version 'IU-2019.3' type "IC" pluginName 'i18n' plugins = [ 'yaml',... -
-
Evgeniy Nyavro 创建了一个帖子, 已回答Inject language into JSLiteralExpression inside Vue context
Hi, I'm developing Intellij plugin and having problems with injecting my mini-language inside JavaScript string literal. I have LanguageInjector which works fine for js, jsx, tsx, php files, but it... -