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
I didn't found a way to fix all issues reported by code analyzers using one VS Code command. At the moment you need to manually navigate to each issue in the document, open "Quick Fix" menu and select the fix from there.
It would be great to add a new feature flag or add support for editor.action.fixAll command. This extension would iterate over all issues of the open document and apply a default fix if it's available. Similar to how dotnet format analyzers command work. Honestly, I don't know how easy it can be implemented but I got used to such functionality in Rider(C#)\VS Code(typescript,javascript) and I think it really improves dev experience.
Current behavior:
P.S. Suggested 'Fix all' command is different from the one implemented in #6310. so you can fix all occurences of a single issue, not all occurences of all issues in the document
The text was updated successfully, but these errors were encountered:
I didn't found a way to fix all issues reported by code analyzers using one VS Code command. At the moment you need to manually navigate to each issue in the document, open "Quick Fix" menu and select the fix from there.
It would be great to add a new feature flag or add support for editor.action.fixAll command. This extension would iterate over all issues of the open document and apply a default fix if it's available. Similar to how
dotnet format analyzers
command work. Honestly, I don't know how easy it can be implemented but I got used to such functionality in Rider(C#)\VS Code(typescript,javascript) and I think it really improves dev experience.Current behavior:
![Image](https://private-user-images.githubusercontent.com/14240628/410218923-7268969b-5dd7-485e-85f2-9b4de856d13f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTEyOTgsIm5iZiI6MTczOTI5MDk5OCwicGF0aCI6Ii8xNDI0MDYyOC80MTAyMTg5MjMtNzI2ODk2OWItNWRkNy00ODVlLTg1ZjItOWI0ZGU4NTZkMTNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE2MjMxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWExNGFhZTMwYjUxMWYxZDI4ZjMzZTM4MmNkOWE5MWI2ZjdhYzJmZTUzMDY5Mjg1ZGQ0ZmVhYmEyNWFkNTU3OWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QJReVDd60uzX1eUcOhQiRy9_O_XJS7cqRv2zZBy61f4)
![Image](https://private-user-images.githubusercontent.com/14240628/410219044-e18705a4-0ed2-4ad7-b291-d9c1dc594bc9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTEyOTgsIm5iZiI6MTczOTI5MDk5OCwicGF0aCI6Ii8xNDI0MDYyOC80MTAyMTkwNDQtZTE4NzA1YTQtMGVkMi00YWQ3LWIyOTEtZDljMWRjNTk0YmM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE2MjMxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyNjcyY2Q4Yjk5YjViMTk5ZTM4OWRmMGE2ZGI4Njc5ZjFjNWM4ZWFhNzFhZDc3YjAyM2Y4NjkyYzYzOWJmNTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._XFo1IjjkLvuj4OEeNloJlA_lbKV1IOkyOaU28KDLpk)
P.S. Suggested 'Fix all' command is different from the one implemented in #6310. so you can fix all occurences of a single issue, not all occurences of all issues in the document
The text was updated successfully, but these errors were encountered: