|
|
|
|
|
by Manishearth
3561 days ago
|
|
> Also new in 3124 is Show Definition, which will show where a symbol is defined when hovering over it with the mouse. This makes use of the new on_hover API, and can be controlled via the show_definitions setting: Is this just an API hook which a plugin can add a definition resolver to, or does this automatically find definitions for all builtin languages? If the latter, this is super cool! If the former, I'm going to try and update https://packagecontrol.io/packages/YcmdCompletion for this ----- Edit: omg works out of the box. Seems to be a simple grep-based thing (so it lists all definitions of the same name), but that's still quite useful! |
|
* for large projects