Eclipse plugin - Implement own contents assistant in pydev-editor

61 views Asked by At

I am trying to implement Eclipse plugin - Content Assistant in pydev-editor. Opening python file with pydev-editor, and when i type specific character, for example "MY_Defined_Data(" then i want to show some value list in there.

I tried with org.eclipse.ui.editor, org.eclipse.ui.genericeditor.contentAssistProcessors.... But this is possible when it opens with Generic Editor.. Setting as follows, and choose file extension as "py". Plugin template File_exetension

Is there any ways to implement this?

Thanks.

0

There are 0 answers