typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
109 stars 51 forks source link

in loose mode, hovering over a component should should the comment block on the actual component, especially if there isn't a comment block on the registrys entry #622

Closed NullVoxPopuli closed 1 year ago

NullVoxPopuli commented 1 year ago

yeah?

right now the only hove block shown in loose mode is that which is on the registry entry -- which doesn't carry over to gjs/gts.

defining the comment on the actual component does carry over to gjs/gts.

dfreeman commented 1 year ago

This isn't something we're going to try and fix; it's a fundamental limitation of loose mode. See https://www.youtube.com/watch?v=MLpP8D3cY7M&list=PLelyiwKWHHApkoeXQjwKPHPAHgKXZyl3t&index=2&t=3098s for details.

NullVoxPopuli commented 1 year ago

Gotchya, so the solution is to move things to not loose mode.

perfect muahaha