Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>neocmakelsp-vscodeNew to Visual Studio Code? Get it now.
neocmakelsp-vscode

neocmakelsp-vscode

Decodetalkers

|
466 installs
| (0) | Free
vscode extension for neocmakelsp
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

neocmakelsp vscode plugin

This plugin is for neocmakelsp on vscode, it providing:

  • code completion
  • compile errors and warnings
  • go-to-definition and cross references
  • hover information
  • code formatting
  • highlight
  • AST tree

Settings

neocmakelsp can use tcp way to start, and it can be set to use local target, not download asserts from github, you can set them like

{
  "neocmakelsp": {
    "tcp": true,
    "localtarget": true,
    "path": "${env:HOME}/.cargo/bin/neocmakelsp"
  }
}

NOTE: this feature only enable on unix system which has nc command.

Feature show

highlight

highlight

Ast tree

ast

Hover

hover

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft