We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b5059 commit 6573f00Copy full SHA for 6573f00
IncludeToolbox/Commands/FormatIncludes.cs
@@ -1,15 +1,9 @@
1
using System;
2
-using System.Collections.Generic;
3
using System.ComponentModel.Design;
4
-using System.IO;
5
using System.Linq;
6
-using Microsoft.VisualStudio.Editor;
7
using Microsoft.VisualStudio.Shell;
8
using Microsoft.VisualStudio.Text;
9
-using Microsoft.VisualStudio.PlatformUI;
10
using Microsoft.VisualStudio.Text.Editor;
11
-using Microsoft.VisualStudio.TextManager.Interop;
12
-using Microsoft.VisualStudio.VCProjectEngine;
13
14
namespace IncludeToolbox.Commands
15
{
0 commit comments