-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
code version 1.26 (2018) added support for custom symbol selection range through DefinitionLink when providing definitions: https://code.visualstudio.com/updates/v1_26#_definitionlink Making use of the interface we don't get unexpected splits of symbols in words anymore. E.g., before `\ref{fig:abc}` would turn only "fig" or "abc" into a link when hovering over it with `<Ctrl>` held. Also addresses the same problem with file names in `\input{abc_def}`.
- Loading branch information
Showing
3 changed files
with
67 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters