I have managed to develop and run an intellij plugin. Would it be possible to create a plugin extending the java editor for instance by providing a custom code completion feature ?
Asked
Active
Viewed 376 times
1 Answers
0
Yes, this is possible. Please refer to the JavaDoc of the CompletionContributor class for details of implementing custom code completion.

yole
- 92,896
- 20
- 260
- 197