Derek Cicerone
Derek Cicerone
Do you mean like the @params are automatically injected when adding a jsdoc for a method? Something like that?
Ah yeah cool, same as Java then. That's a good request. I think the signature info could probably be used to do this without too much trouble. Lemme know if...
Sounds good to me
Would love to have this working. Just need someone to invest the time into hooking this feature up. I haven't looked into it again since initially filing this issue. I...
This specific feature would need someone to code it.
Agreed that it would be cool but we might need this one to come from the typescript team to support it. Gathering type information can be somewhat expensive and the...
No support currently - would you like to take a look at implementing it?
Unfortunately, as far as I know its not an operation supported natively by the TypeScript language services so it would likely need to be implemented directly in the Eclipse plug-in...
The paths used in the TypeScript side are all based on Eclipse paths. Its been a while since I've worked on that part of the code but I believe there...
Sure, wanna take a shot at implementing it?