Evgeniy Nyavro
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 5
-
Created Hide plugin from marketplace
AnsweredI 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' ... -
Created Functional tests are unstable
AnsweredI'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 ... -
Created Plugin functional tests failed after move from version IU-2019.3 to IU-2020.1
AnsweredI'm developing plugin https://github.com/nyavro/i18nPlugin. Gradle fragment before change: ...test { intellij { version 'IU-2019.3' type "IC" pluginName 'i18n' plugins = [ 'yaml',... -
Edited Inject language into JSLiteralExpression inside Vue context
AnsweredHi, 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...