-
That's an interaction I very often fail. I complete with S-tab, then select a completion in the list and then simply hit tab and nothing happens. You have to do a S-tab again to actually enter the com…
-
Should temporarily highlight the expression whose type is being show. See e.g. `caml-mode`'s mode implementation of the feature.
-
For example my fork of obuild contains some code to automatically generate .merlin file after `obuild build` (https://github.com/def-lkb/merlin) to give my project convenient auto completion. I'm plan…
-
`ocp-indent` says that comments starting with `(*\n` would not be indented (unless `strict_comments=true`), and indeed:
```
$ printf "(*\n\nsome comment\n\n*)\n" | ocp-indent -c 'strict_comments=fals…
-
While it's discouraged, perhaps even deprecated, single-quoted strings may still appear in SimpleMRS formats, particularly in grammars from the Matrix. See here: http://moin.delph-in.net/SofiaMrsRfc?h…
-
I'm not sure if there are plans or intentions for merlin to work with ppx extension points, but in addition to ppx extensions, I'm curious if merlin could support a much wider set of custom syntaxes. …
-
https://github.com/def-lkb/vimbufsync/blob/master/autoload/vimbufsync.py#L146
On line 146, there is
``` python
if not len:
```
which is checking to see if the `len` buildin is missing? That seems …
-
paths in the share section of .install files are all interpreted relatively to a package-specific directory.
It is not always the desired behavior, for instance ocp-indent.install uses ".." to go bac…
-
My core lib were all newest with version of `111.xx`, but after `opam install merlin`, all core libs are downgraded to `109.xx`.
Anyway to avoid the downgrading?
MassD updated
10 years ago
-
Hello,
Let's suppose that I am interested in merlin providing me _only_ the smart completion while I type. How to enable _only_ this feature and disable _all_ the rest of the bells and whistles?
Let'…