vscode-ocaml
vscode-ocaml copied to clipboard
Autocomplete tries to complete inside comments
When writing comments between (* *)
, the editor still tries to complete the code with irrelevant words. For instance, when writing a period in a comment then pressing return, it will print .Arg
, since it's the first suggestion and return auto-accepts the first suggestion.
I got this on a Linux with lasted ocaml, merlin, vscode and everything up to date.
This may be upstream though.
Example: