Evgeniy Nyavro
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 10
- 订阅数 5
-
创建于 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' ... -
创建于 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 ... -
创建于 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',... -
已编辑于 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...