Hello @dwaynecharrington @fkleuver ,
I know you guys are working on LSP, which from what I’ve been reading, is pretty exciting I have to say!
I have a question that’s really a matter of curiosity. I’m in the process, as I migrate our Au 1.0 app to 2.0, of moving to global registration (getting away from decorator-based registration). It would be nice if, at the point of the export class SomeClass line, I could be advised with details on the global registration (if there’s no registration decorator on the class).
GitLens offers all sorts of inline information available upon hover, for example.
Is this something that would be within the bounds of the capabilities of LSP? Perhaps I could write a plugin that surfaces the global registration information right at the class definition?
I’m just tired of going back and forth between main.js, which I keep as a pinned tab.
Just a question…and a thought…