RealGecko

Results 200 comments of RealGecko

This happens in multiroot workspaces, I guess due to workspace folder being hardcoded https://github.com/mercari/grpc-federation/blob/c188207ee810463e5ac50be9d85aac3ee4fcf712/lsp/client/vscode/src/extension.ts#L21

> The compile is failing for [the `net8.0-windows` build](https://github.com/KSP-CKAN/CKAN/actions/runs/19953677454/job/57218900944): I'll take a look. > see the above comment from @coveralls I took a brief look on coveralls results and funny...

@HebaruSan I've fixed windows build, will work on test coverage.

Hmm, I guess you're confusing `Go to definition` from class instance and `Go to definition` from actual class definition. I've recorded a video of working with Python "version" of the...

Same for Java https://github.com/user-attachments/assets/f6798ec4-f9e1-4130-9a26-4af4f6a75e6f

> In particular, I see that you demoed both `goto definition` and `goto declaration`. 🤔 > Just my point of view, seems what you want is a `goto declaration` =>...

Here's JS example of the same code, note absence of type definitions https://github.com/user-attachments/assets/022e68fe-114e-4d9d-9eb1-755b5e6337cc

> Moreover, it distinguishes `definition` as **assignment to that variable**, while `declaration` as **introducing variable into scope**. Thus your expected **goto definition** behavior is more like a **goto declaration** (location...