noir
noir copied to clipboard
LSP goto def should error when Ident at Location could not resolve
Problem
As we gradually implement LSP and adding features we currently return None
when something is not implemented for goto definitions feature of LSP.
Happy Case
This should not happen though - we should always be able to resolve Ident to Location.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response