To maximize the horizontal space of the code/text editor, this extension hides the margins on the left of the text editor that show suggestion icons like the light bulb and the outline collapse[-]/expand[+] icons. Note however that this breaks the Quick Actions and Refactorings feature. In C# and TypeScript projects you can still do some quick actions like adding usings and disabling warnings by hovering with the mouse over parts of the code that have squiggly lines underneath them, but other might not work. Collapsed outlines show a [...] at the end of the line. Unfortunately there's no (easy) way to work around these issues and Microsoft has stated that they won't fix them. Due not being able to host different VSIX versions side by side I created a separate extension for VS2022. This is a continuation of this extension. Release notes: Version 2.0 - Initial release for VS2022 |