Open junosuarez opened 8 years ago
Look at this hotness: http://blogs.msdn.com/b/user_ed/archive/2016/02/09/visual-studio-code-new-features-javascript-salsa-preview.aspx
Everything about that is cool but the JSDoc is a little verbose... We've got a jsig parser already, so it shouldn't be too hard to spit out explicit jsig types for function signatures.
I'll take some time to try this out.
I was looking at salsa; it's pretty neat.
I believe the way it works is that it's just typescript. I think we need to translate jsig ast -> typescript ast.
Look at this hotness: http://blogs.msdn.com/b/user_ed/archive/2016/02/09/visual-studio-code-new-features-javascript-salsa-preview.aspx
Everything about that is cool but the JSDoc is a little verbose... We've got a jsig parser already, so it shouldn't be too hard to spit out explicit jsig types for function signatures.
I'll take some time to try this out.