Ulysse
Ulysse
It makes the intent clearer than relying on "unwrapping" a `TextDocumentIdentifier.t` (which is an object with a unique `uri : DocumentUri.t` field). Ideally, we could change the spec of the...
Here is a simple code that displays a button. The text of the button is the number of rows in a table. Clicking the button adds a row to the...
Since #12142 the compiler index items usages and write that information into the cmt files. This indexation enable tools like Merlin to answer project-wide occurrences and renaming queries. Since this...
This is an issue to keep track of the work that remain to be done on Merlin to take advantages of recent compiler features: ### In 5.4: - [ ]...
Having OCaml editor support when navigating installed libraries' sources has been a recurring request from the community for years. There is no doubt that this request will be made again,...
In 0.28.1, nested matching with `begin end` have one less indentation level, even if the `begin` and `match` keywords are not on the same line. This means the `end` keyword...