pbkit / vscode-pbkit

VSCode plugin for Protobuf. Syntax highlight, goto definition and autocompletion.
https://marketplace.visualstudio.com/items?itemName=pbkit.vscode-pbkit
MIT License
22 stars 3 forks source link

Go to Definition doesn't work? #25

Open moxley opened 5 months ago

moxley commented 5 months ago

When I run the command "Go to definition", there are no results. There is a message below the search box that says, "The active editor does not provide symbol information".

CleanShot 2024-01-31 at 14 16 11@2x

Am I doing something wrong, or is there a setup step I missed, or do I misunderstand what "Go to Definition" means for this package?


vscode-pbkit 0.0.7v VS Code 1.85.2 Mac OS 14.1.2

disjukr commented 5 months ago

Can you create a minimal reproducible repository so I can test it out?