Skip to content

VSCode extension package for ast-grep language server

License

Notifications You must be signed in to change notification settings

Simon-He95/ast-grep-vscode

 
 

Repository files navigation

ast-grep-vscode

VSCode extension package for ast-grep language server

Features

  • Code linting
  • Code actions
  • Code search in opened documents

Commands

  • ast-grep.search

Requirements

# install via npm
npm i @ast-grep/cli -g

# install via cargo
cargo install ast-grep

# install via homebrew
brew install ast-grep

Extension Settings

This extension contributes the following settings:

  • astGrep.serverPath: Specify the language server binary path.
  • astGrep.configPath: Customize ast-grep config file path relative. Default is sgconfig.yml.

About

VSCode extension package for ast-grep language server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.4%
  • JavaScript 16.2%
  • CSS 4.2%
  • Shell 0.2%