We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From @astral-sa on February 2, 2016 6:24
Testing Salsa on 0.10.7-insider (6c2d51a) [email protected] typescript.tsdk properly configured
typescript.tsdk
Similar to #2440 (#6552) for #2218:
var someObject = { /** * @param {string} param1 Some string param. * @param {number} parm2 Some number param. */ someMethod: function(param1, param2) { console.log(param1); return false; } };
Copied from original issue: microsoft/vscode#2630
The text was updated successfully, but these errors were encountered:
Yeah, this is going to be pretty common. @RyanCavanaugh How much work is adding this going to be? Something we could get in for 1.8.2 perhaps?
Sorry, something went wrong.
Recognize object literal method JSDoc comments
8aad976
Fixes microsoft#6825
37441e1
Fixes microsoft#6825 (cherry picked from commit 8aad976)
RyanCavanaugh
No branches or pull requests
From @astral-sa on February 2, 2016 6:24
Testing Salsa on 0.10.7-insider (6c2d51a)
[email protected]
typescript.tsdk
properly configuredSimilar to #2440 (#6552) for #2218:
Copied from original issue: microsoft/vscode#2630
The text was updated successfully, but these errors were encountered: