Files
sx/src/lsp
agra 00f6fad51c lsp: go-to-definition on a member declaration resolves to itself
Cmd+clicking a struct field / method / enum-variant at its own
declaration returned null, so nothing happened — while find-references on
the same token worked. Resolve a definition-site click to its own
location; the editor then surfaces references on a definition-click
instead of doing nothing. Member uses still resolve to their definition.

Add selfMemberDefAt + a regression test.
2026-05-31 13:42:49 +03:00
..
2026-02-09 18:07:41 +02:00