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. You can find it here. Release notes: Version 1.1 - Added support for VS2017 Version 1.2 - Fixed support for VS2015 and added VS2013 Version 1.3 - Now shows the Indicator Margin in debug mode to allow for placement of breakpoints with the mouse, and moving the yellow arrowhead to set the next statement. Version 1.4 - Added support for VS2019 |