neocmakelsp / neocmakelsp-vscode

vscode extension for neocmakelsp
https://open-vsx.org/extension/Decodetalkers/neocmakelsp-vscode
MIT License
0 stars 1 forks source link

neocmakelsp vscode plugin

This plugin is for neocmakelsp on vscode, it providing:

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