1.15.0-4.14
CHANGES:
Features
-
Enable semantic highlighting
support by default (#933) -
Support connecting over pipes and socket. Pipes on Windows aren't yet
supported (#946)More
about communication channels in LSP specification. -
Re-enable
ocamlformat-rpc
for formatting code snippets (but not files and
not on Windows) (#920, #939)One needs to have installed either
ocamlformat
package version > 0.21.0 or,
otherwise,ocamlformat-rpc
package. Note that previouslyocamlformat-rpc
came in a standalone OPAM package, but sinceocamlformat
version > 0.21.0,
it comes withinocamlformat
package. -
Add custom
ocamllsp/hoverExtended
request (#561) -
Support utf-8 position encoding clients (#919)
More about position encoding in LSP specification.
-
Show unwrapped module alias types on hovering over module names. This is due
to upgrading to merlin 4.7 and using merlin'sverbosity=smart
by default
(#942)