Arina Efremova
- Total activity 2731
- Last activity
- Member since
- Following 0 users
- Followed by 5 users
- Votes 104
- Subscriptions 980
-
Created How do you classify/tag plugins that install new project wizard or templates, so that they can be found via '/tag:' in in-IDE Plugins search?
AnsweredThese keywords don't seem to work: wizard, template, project, starter -
Created Callback URL
AnsweredI'm developing a plugin for jetbrains and I need a way to redirect back to the text editor (I'm testing on intelliJ). Is it possible to achieve this without an external server? What would the callb... -
Edited Unresolved reference when running gradle:runIde
AnsweredHello friends,I'm attempting to create an IDE plugin to no avail. The documentation was of no help, and googling IntelliJ plugin development issues brings up results from 2004.- I've created the gi... -
Created Is there an easier way to make a Commenter without having to create a Parser/PSI?
AnsweredI'm trying to develop a language plugin with the new LSP API but having to create the grammar just to be able to comment kinda defeats the purpose.