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
That's because jetbrains uses their own language service. In IntelliJ IDEA there's a setting to use the type script language service instead. I would definitely suggest that you investigate and see if this option is available in Webstorm as well.
TypeScript allows trailing commas in object definitions:
Proposal: Allow trailing commas in function argument list:
Why? Trailing commas in object definitions are great for convenience when editing lists:
Same is with functions, consider usage of Virtual Hypertext functions:
The text was updated successfully, but these errors were encountered: