sublime-text-merlin
sublime-text-merlin copied to clipboard
Not seeing type checking commands in the Command Palette
For some reason I am unable to access the type checking command merlin_type_command on my command palette.
{
"caption": "Merlin: Type expression under cursor",
"command": "merlin_type_command"
}
Sublime Build: 3124
Merlin Version info:
opam show merlin
package: merlin
version: 2.3.1
repository: default
upstream-url: https://github.com/the-lambda-church/merlin/archive/v2.3.1.tar.gz
upstream-kind: http
upstream-checksum: 3d74d83d3381b9b24c37740e9be652f6
homepage: https://github.com/the-lambda-church/merlin
bug-reports: https://github.com/the-lambda-church/merlin/issues
dev-repo: https://github.com/the-lambda-church/merlin.git
author: The Merlin team
depends: ocamlfind >= 1.5.2 & yojson
installed-version: 2.3.1 [4.03.0]
available-versions: 1.3, 1.3.1, 1.3.1-trunk, 1.4, 1.4.1, 1.5, 1.6, 1.7, 1.7.1, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.2, 2.3, 2.3.1
description: Editor helper, provides completion, typing and source browsing in Vim and Emacs
In the console I'm getting this error, but I'm not sure if it has anything to do with not seeing those commands.
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 797, in run_
return self.run()
TypeError: run() missing 1 required positional argument: 'edit'
Please let me know if any more information would help