Evgeniy Nyavro
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 5
-
Evgeniy Nyavro commented, -
Evgeniy Nyavro created a post, AnsweredHide 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 created a post, AnsweredFunctional 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 commented, -
Evgeniy Nyavro created a post, AnsweredPlugin 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 created a post, AnsweredInject 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... -