Is there a way to extend the JavaScript content assist? There exists an extension point org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer. Can it be used for a custom content assistant?
On 10/05/2011 10:13 AM, Christian Pontesegger wrote:
> Is there a way to extend the JavaScript content assist? There exists an
> extension point org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer.
> Can it be used for a custom content assistant?
There are two ways. You can either add a type inferencer or a JsDoc 2
file. You might find this presentation [1] of interest.