joshuaskelly / vscode-quakec

QuakeC Intellisense, diagnostics, and code browsing.
33 stars 6 forks source link

[SUGGESTION] Add search for definitions and references #27

Open Etile0 opened 3 years ago

Etile0 commented 3 years ago

I would like to easily find the definitions of various variables and stuff and I feel like it would be helpful :)

joshuaskelly commented 3 years ago

Basic intellisense navigation (go to definition, find all references) is working for vanilla QuakeC. Can you provide more context/info?

Etile0 commented 3 years ago

Strange... I don't see go to definition or find all references in the right click menu...

joshuaskelly commented 3 years ago

If you open the Output pane and look at the Quake C Language Service dropdown, are there any errors?

If you can provide me your source, I can see what is happening.

Etile0 commented 3 years ago

Nope, there isn't anything in the output panel

joshuaskelly commented 3 years ago

Can you please provide me your source a min repro? I typically test against vanilla source and Arcane Dimensions source.