Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
ast-navigator
New to Visual Studio Code?
Get it now.
ast-navigator
FlyingFatPenguin
|
3 installs
|
(
0
)
|
Free
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
ast-navigator README
基于 AST 移动光标,支持下面的能力。
Current node: 获取光标所在位置的元素
Previous node: 同级别的上一个(兄弟节点)
Next node: 同级别的下一个
Parent node: 上一级节点
Child node: 下一级节点的第一个
没有预设快捷键,请自行设置使用。
语言暂时只支持 TS/JS