I am just messing around with ensime, using viml python. For starters i implemented hover using symbol-at-point ( which works fairly ok ) which i later realized should be implemented with type-at-point. BUT also realized that symbol-at-point could be used for jumping to definitions.
I see that even after i get full-typecheck-finished, indexer-ready. Sometime i just get [Symbol(':ok'), []] , other times i get <error> etc. Its pretty much unpredictable. But since server is well tested and proven. I am obviously doing something wrong.
Does anyone face a similar situation while implementing for their editor?
Thanks
Hello,
Is ensime abandoned already?
Thanks