Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Content assist extension point in JDT core?
Content assist extension point in JDT core? [message #1759618] Thu, 13 April 2017 18:10
Eclipse UserFriend
I'm investigating potentially leveraging the JDT language server(https://github.com/eclipse/eclipse.jdt.ls) in a project, and am looking into how to add additional content assist/completion items. Such as if the user invokes content assist for a method argument, we might want to supply some content assist entries that are relevant to a particular API being used.

I thought the best way would be through a plugin, but the only extension point seems to be at the eclipse.jdt.ui level(http://help.eclipse.org/kepler/index.jsp?topic=/org.eclipse.jdt.doc.isv/reference/extension-points/org_eclipse_jdt_ui_javaCompletionProposalComputer.html). The language server doesn't use any UI dependencies. Is there something similar available for an extension to JDT core I'm not seeing?
Previous Topic:Different bahaviour of code completion in Junit and in editor of JDT codeAssist
Next Topic:Encoding console
Goto Forum:
  


Current Time: Sun Nov 09 23:02:59 EST 2025

Powered by FUDForum. Page generated in 0.03059 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top