Skip to content

5.4-503

Compare
Choose a tag to compare
@voodoos voodoos released this 10 Jan 16:38
· 3 commits to main since this release
3b3d3d1

CHANGES:

Fri Jan 10 17:55:42 CET 2025

  • merlin binary
    • Support for OCaml 5.3
    • Use new 5.3 features to improve locate behavior in some cases. Merlin no
      longer confuses uids from interfaces and implementations. (#1857)
    • Perform less merges in the indexer (#1881)
    • Add initial support for project-wide renaming: occurrences can now return
      all usages of all related definitions. (#1877)
  • vim plugin
    • Added support for search-by-type (#1846)
      This is exposed through the existing :MerlinSearch command, that
      switches between search-by-type and polarity search depending on the
      first character of the query.