Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.17 KB

Go AST Explorer

Go AST Explorer adds ast treeview to VSCode explorer.

preview

Configuration

key type default description
go-ast.selectOnMove boolean false Select matched ast node when cursor moved

Command

name description
Go AST: Select Nodes Text By GAQ Select nodes text which matches input gaq query.
Go AST: Search Nodes Text By GAQ Highlight nodes text which matches input gaq query.
After editing text, highlight will be cleared.

License

See LICENSE

Go AST Explorer heavily uses vscode-go codebase.