Jules Aguillon

Results 84 issues of Jules Aguillon

This adds the clipboard pane, which allows to save an arbitrary number of clipboards and to paste them later. The key can be disabled in settings. Checking the "Recently copied...

Use 'type_' idents instead of 'class_' and 'class_type'. Use 'module_' instead of 'functor_parameter' and 'result'. This allows to remove some code. This is extracted from Jon's `parameterised-paths` branch

no changelog

The typed `` `Dot `` constructors allow to propagate the typed names further. The `Find` module is changed to avoid converting names to strings in many cases. This is extracted...

no changelog

Work in progress for making it possible to specify the page titles that appear in the breadcrumbs. This will allow to identify packages and libraries. Sherlodoc compat: https://github.com/jonludlam/sherlodoc/pull/2

This is still work in progress as pages that are inside a library are not recognized and the library name might be inconsistent with the one passed to the link...

This adds the `:MerlinSearchType` command to query for a value with a matching type. It works like the previous `:MerlinSearch` but uses the new search feature added in https://github.com/ocaml/merlin/pull/1828, the...

This error was reachable when also hitting this error: Error: Error: Inferred type of injected ident not found. You need to regenerate services/.services.objs/byte/game.cmo.

Fix https://github.com/ocaml-ppx/ocamlformat/issues/2582

The attribute gets dropped with the default profile in: ```ocaml let _ = (module Int : T [@foo]) ```

Kind/Bug :x: