scalameta / metals

Scala language server with rich IDE features 🚀
https://scalameta.org/metals/
Apache License 2.0
2.07k stars 323 forks source link

Is is possible to either disable or bind to a key the new Hover (aka. type at point) feature? #700

Closed agilesteel closed 5 years ago

agilesteel commented 5 years ago

I'm on Sublime Text btw.

gabro commented 5 years ago

Hi @agilesteel, can you explain what's your use case? Some context would help in order to understand what you're asking.

agilesteel commented 5 years ago

Oh it's just distracting. I don't always want things to pop up only because I hover over them. It would be good if I could hold Ctrl for example and then hover. Because right now I have to make sure that I don't accidentally position my mouse over something that can produce a popup. In general popups are like notifications to me. I want to have more control over them or as a measure of last resort disable them.

ayoub-benali commented 5 years ago

Hi @agilesteel,

You might want to create a feature request in the sublime plugin repo

For this kind of questions gitter chat is better suited:

olafurpg commented 5 years ago

@agilesteel thanks for the question! There is not much we can do on the Metals side for this particular issue since it's the responsibility of the Sublime LSP package to decide when to trigger hover.

agilesteel commented 5 years ago

Thx, I was looking for the gitter links but somehow missed them.