Tagging preprocessor and content assist extensions

Add preprocessor and content assist extensions to the plugin.xml file that is generated for the plug-in project.

About this task

After you generate the editor extension plug-in, the Eclipse workbench generates a plugin.xml file. You can use this file to define extensions to register any preprocessors, categories, or proposal computers that you create with Eclipse.

Procedure

  1. In the plug-in manifest editor, select the plugin.xml tab.
  2. To add extensions to the file, you can copy the sample tags from Sample tags for editor extensions, paste them into the plugin.xml file, and modify them as required.