Anastasiia
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Is it possible to create a java class with JCodeModel in a plugin?
AnsweredHello everyone,This may be a stupid question, but is it possible to write JCodeModel to a PSI File? I know that I can do: codeModel.build(codeWriter), but in Idea Plugin all work with filesdoes it... -
Edited Create DialogWrapper with TextFieldWithHistory()
AnsweredHello everyone, I'm new to plugin development and I need help determining the UI type of my plugin form.I tried using DialogWrapper, but it doesn't seem to work for me. The logic of the plugin is a... -
Created Create new json file in pretty print format
AnsweredHello everyone,I'm writing a small plugin for generating mock data, where as a result I get a JSON object and I need to save it to a file.I do it this way:file = psiFileFactory.createFileFromText("...