After extensive searching in VS code, I have not been able to find a quick fix all solution in the documentation or plugins. Is this feature actually non-existent, or is it possible that I am overlooking a keybinding? (I am currently utilizing typescript support)
Edit:
To provide more context, my specific use case involves wanting a quick fix all feature for correcting whitespace, converting double quotes to single quotes, and resolving no semicolon warnings.
Thank you.