Adding / Using Process Termination Support for Ensime

When using Ensime (specifically for Emacs for me, although I suspect this issue applies to other Ensime integrations), I often miss the support provided by IntelliJ to complete the parameters, that is, when entering the parameters of the methods you can use to show the names and types of these parameters as an aid to memory, not look for them in ScalaDoc or such.

I accidentally got Ensime several times to do this for me, but I'm not sure under what circumstances it works, or that key binding actually causes it.

If it's autocomplete, then maybe someone knows the defn name it uses, so can I bind it to a key?

I dug out the source of Ensime, but cannot find it.

+4
source share

Source: https://habr.com/ru/post/1468792/


All Articles