We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74626b4 commit aba10beCopy full SHA for aba10be
1 file changed
CodeDocumentor/Providers/Files/FileCodeFixProvider.cs
@@ -4,6 +4,8 @@
4
using System.Linq;
5
using System.Threading.Tasks;
6
using CodeDocumentor.Analyzers;
7
+using CodeDocumentor.Analyzers.Locators;
8
+using CodeDocumentor.Common;
9
using Microsoft.CodeAnalysis;
10
using Microsoft.CodeAnalysis.CodeActions;
11
using Microsoft.CodeAnalysis.CodeFixes;
0 commit comments