Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

nxls

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nxls

README.md

latest
Source
npmnpm
Version
1.11.2
Version published
Weekly downloads
106
34.18%
Maintainers
2
Weekly downloads
 
Created
Source

Nx Language Server

A language server that utilizes the json-languageservice to provide code completion and more, for Nx workspaces.

Usage

Nx Console includes this language server with the main extension. There's nothing to configure if you use the Nx Console extension

For other editors (nvim, etc), you should install the server to be accessible in your path:

npm i -g nxls

nvim

You should be able to configure the nxls using nvim-lspconfig.

Implementations

  • onCompletion

    • Provides completion results within project.json, and workspace.json files.
    • Lists installed executors when writing out new targets for a project.
    • Provides relevant option completion results for the selected executor

      Support for nx.json files is coming soon.

  • onHover

    • Provide option descriptions for project.json and workspace.json executors.

FAQs

Package last updated on 20 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts