Go To Definition in the Language Server Protocol

1 · Federico Tomassetti · Jan. 13, 2021, 8:45 a.m.
Summary
Introduction Go To Definition is one of the features that distinguish an editor specialized for writing code from a generic editor. This is the editor command that allows us to quickly find where a symbol is defined elsewhere in the code. For example, when we encounter a function call, we can click on the function’s […] The post Go To Definition in the Language Server Protocol appeared first on Strumenta....