Installed product versions
- Visual Studio: [example 2015 Professional]
- This extension: [example 1.1.21]
Description
Can I apply the Prettier only for certain functions in my JS file?
Steps to recreate
NA
Current behavior
Currently once applied entire file is formatted.
Expected behavior
I wanted to selectively apply Prettier formatting to my functions, so that Pull Request can be created only for the changes I made to function. I wanted to make the changes in stages so that Pull Request review becomes faster.