Mads Hartmann
Mads Hartmann
The type inspection doesn't always give the correct type. There are two issues that i know of: - Saving the file isn't enough, I have to tell ENSIME to run...
n the following example the type displayed is List instead of List[Int]. Ensime gives all the type-arg information so I just need to use it. val list = 1 ::...
If something goes wrong Ensime will put the Abort string instead of OK string in the messages. Currently I'm not doing anything to check for this. It would be more...
This is vscode specific, but should be very easy to add as we have the tree-sitter AST. https://code.visualstudio.com/updates/v1_22#_folding-provider-api
Add an example of how to use the bash language server with Emacs.
See the 1.26 VSCode update: https://code.visualstudio.com/updates/v1_26#_definitionlink
Go to declaration at references to `project` doesn't work. ```bash for project in $(ls ~/dev/${kind}); do path="${HOME}/dev/${kind}/${project}" echo "Checking project ${path}" # Check if there are any unpushed branches if...
This is from our discussion on the ML with the title Lift-lint. "Yeah... you're probably going to need the code that walks the templates split out so you can access...
From a discussion during #1 : > Now that I'm seeing how much structure there is to type parameters, I think we should tweak their > structure so that there...