-2

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 ?

lowcoupling
  • 2,151
  • 6
  • 35
  • 53

1 Answers1

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