how to create manual content assist for eclipse -


i want create manual content assist eclipse plugin development without using these

public icontentassistant getcontentassistant(isourceviewer sourceviewer) {

contentassistant assistant= new contentassistant(); assistant.setcontentassistprocessor(new javacompletionprocessor(), idocument.default_content_type); assistant.setcontentassistprocessor(new javadoccompletionprocessor(), javapartitionscanner.java_doc);  ... return assistant; 

}

i open plugin project hello world command

what can next?


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -