LinkedSoftwareDependencies / Components.js

🧩 A semantic dependency injection framework
https://componentsjs.readthedocs.io/
Other
41 stars 6 forks source link

IDE support, ctrl-click to open file. instead of searching #144

Closed linonetwo closed 3 weeks ago

linonetwo commented 3 weeks ago

Issue type:


Description:

My team is using this to develop a new Community Solid Server plugin. We find DX is bad because you can't click to open source file like typedi / inversify.js does.

But with a VSCode plugin, this may be possible.

Also there seem to be no JSONSchema check, which could be done by run TS-to-JSONSchema in the LSP.

rubensworks commented 3 weeks ago

I fully agree with this :-)

The problem is just finding someone who is willing to implement this. (perhaps @ajuvercr?)

But I'm closing this issue here, as we have one open already on the same topic: #13 (which has been open for a while...)