文宇祥
文宇祥
Seems we can directly write language support in OCaml by using https://github.com/Microsoft/language-server-protocol.
No, just because I'm lazy, and I'm a layman of ocaml.
It'a bug that the type hover behaves inconsistently. I've confirmed that comes from merlin. I'll report it to merlin project later. Your idea is very good, but we can't implement...
Inconsistent bug was fixed in https://github.com/hackwaly/vscode-ocaml/commit/5afee9658e094df05206f9861458e501bff6723c.
The behavior of comment line command is controlled by VS Code. see: https://code.visualstudio.com/docs/extensionAPI/vscode-api#CommentRule Change `blockComment` to `["(* ", " *)"]` could add spaces inside `(**)`, but it makes press `Ctrl...
Hello, @ArunPidugu The debug support is depend on ocamldebug. The breakpoint sometimes can't be set to desired position is ocamldebug's limitation. You can try set column breakpoint (Shift + F9)...
I've tested that list variables in stack is possible (in new debug implementation). 
@nadako It is incomplete. If you'd like to try. Checkout the master branch of ocamlvsdebug. See the `${workspaceRoot}/.vscode/launch.json` file. In vscode press F5 will launch ocamlvsdebug in server mode. Then...
There's somethings similar `Go to symbols in file` command, shortcut key is "CMD + SHIFT + O". BTW: This extension now consider deprecated, and further developing is stopped .
Try set `ocaml.merlinPath` to a full path. I guess your merlin not exists in your `$PATH`.