Skip to content
Snippets Groups Projects
  1. Dec 24, 2024
  2. Dec 12, 2024
  3. Dec 10, 2024
  4. Dec 07, 2024
  5. Dec 05, 2024
  6. Dec 04, 2024
  7. Dec 03, 2024
  8. Dec 02, 2024
  9. Nov 27, 2024
  10. Nov 25, 2024
  11. Nov 23, 2024
  12. Nov 21, 2024
  13. Nov 19, 2024
  14. Nov 18, 2024
  15. Nov 15, 2024
  16. Nov 09, 2024
  17. Nov 04, 2024
  18. Oct 31, 2024
  19. Oct 28, 2024
    • v4hn's avatar
      Fix #4446, #3312 · a177a160
      v4hn authored
      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}`.
      a177a160
Loading