Skip to content

implement cross-file code jumping#26

Open
zzhaolei wants to merge 1 commit intozeromicro:mainfrom
zzhaolei:cross-file-code-jump
Open

implement cross-file code jumping#26
zzhaolei wants to merge 1 commit intozeromicro:mainfrom
zzhaolei:cross-file-code-jump

Conversation

@zzhaolei
Copy link

@zzhaolei zzhaolei commented Aug 23, 2025

实现跨文件代码跳转。

支持以下 import 语法规范:

ImportStmt        = ImportLiteralStmt | ImportGroupStmt .
ImportLiteralStmt = "import" interpreted_string_lit .
ImportGroupStmt   = "import" "(" { interpreted_string_lit } ")" .

Close: #22

@zzhaolei
Copy link
Author

@fanlongteng 请你有时间的时候 review 一下这个 PR

@zzhaolei zzhaolei force-pushed the cross-file-code-jump branch from 26e6e00 to 9e1cac3 Compare August 23, 2025 03:29
@fanlongteng fanlongteng self-assigned this Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vscode 跳转至定义无法跨文件跳转

2 participants