How do I hide the editor margin that displays the "lightbulb" icon in VS 2015?

Solution 1:

I've created an extension that hides the suggestion margin, but it also hides the outline margin, which might be undesirable for you. The source code is only a few lines as shown in the screenshot, simply removing the outlining line will do the trick.