-
Notifications
You must be signed in to change notification settings - Fork 421
Language Server Protocol support
Snjeza edited this page Feb 26, 2018
·
6 revisions
The current implementation of JDT.LS supports most of Language Server Protocol v3, as described below :
The initialize request recognizes the following options (initializationOptions):
- bundles - a list of Java LS extensions
- workspaceFolders - a list of workspace folders
- settings - Java LS configuration settings - Java LS configuration
But JDT.LS also enhances the default Language Server Protocol by adding specific messages