Anastasiia
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Is it possible to create a java class with JCodeModel in a plugin?
已回答Hello 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... -
已编辑于 Create DialogWrapper with TextFieldWithHistory()
已回答Hello 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... -
创建于 Create new json file in pretty print format
已回答Hello 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("...