Share via

Typescript formatting: space in function calls

jordi-z80 0 Reputation points
2025-03-27T08:57:22.72+00:00

In VS2022, how can I configure TypeScript formatting to add a space between the function name and the parentheses in function calls (e.g., add (1, 2) instead of add(1, 2))? I can't seem to find the setting for this.

0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.