Closed
Description
The protocol currently only supports Goto Definition requests. However there are languages (mainly C++/C) which has a clear distinction between a declaration and a definition of a symbol and the LSP should support this. The request is about adding GoTo declaration so that those language can have two distinct requests.