You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For vim users, we typically use gd to goto definition.
In most of the language servers, references to other documents are also treated as definitions, such as c++ #include "path".
In DHP, references to functions are treated as document links only. So we cannot use gd to jump to the file directly.
The text was updated successfully, but these errors were encountered:
* ✨ Treat files as definitions of namespaced IDs
Resolve#605.
Also, the process of fetching VanillaData has been improved to cache the whole Promise instead of caching the result, so that the same data for the same version won't be fetched multiple times.
* 👥 Update contributors
For vim users, we typically use
gd
to goto definition.In most of the language servers, references to other documents are also treated as definitions, such as c++
#include "path"
.In DHP, references to functions are treated as document links only. So we cannot use
gd
to jump to the file directly.The text was updated successfully, but these errors were encountered: