Nx Language Server (nxls) capabilities
masterThe Nx Language Server utilizes json-languageservice to provide enhanced intelligence for Nx workspace configuration files.
Supported Features:
Code Completion (
onCompletion):- Provides completion results within
project.jsonandworkspace.jsonfiles. - Lists installed executors when defining new targets for a project.
- Provides relevant option completion results for a selected executor.
- Note: Support for
nx.jsonis planned for a future release.
- Provides completion results within
Hover Support (
onHover):- Provides descriptions for executor options within
project.jsonandworkspace.jsonfiles.
- Provides descriptions for executor options within