You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 3 ways (I guess) to declare a function in javascript, and typescript. But I see that only the first way below works (Neogen or Neogen func), the rest don't, even if my cursor is in the "function" keyword or the params. I wonder whether it's a bug or not 😶.
1
/** * @param a - [TODO:description] * @param b - [TODO:description] * @returns [TODO:return] */functionsum(a,b){returna+b;}
There are 3 ways (I guess) to declare a function in javascript, and typescript. But I see that only the first way below works (
Neogen
orNeogen func
), the rest don't, even if my cursor is in the "function" keyword or the params. I wonder whether it's a bug or not 😶.1
2
3
Edit: Sorry the third way works too.
The text was updated successfully, but these errors were encountered: