Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 22:10
Zachary Kurey is currently offline Zachary KureyFriend
Messages: 8
Registered: October 2015
Junior Member
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: Tue Oct 15 02:13:15 GMT 2024

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

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

Back to the top