goctl-vscode
goctl-vscode copied to clipboard
implement cross-file code jumping
实现跨文件代码跳转。
支持以下 import 语法规范:
ImportStmt = ImportLiteralStmt | ImportGroupStmt .
ImportLiteralStmt = "import" interpreted_string_lit .
ImportGroupStmt = "import" "(" { interpreted_string_lit } ")" .
Close: https://github.com/zeromicro/goctl-vscode/issues/22
@fanlongteng 请你有时间的时候 review 一下这个 PR