Skip to content

Commit

Permalink
+ Added Smart Bar buttons for C/C++ code file type
Browse files Browse the repository at this point in the history
  • Loading branch information
wmjordan committed Dec 20, 2018
1 parent 538c5b6 commit b156948
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Codist/Helpers/ServicesHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Microsoft.VisualStudio.Language.Intellisense;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Text.Classification;
using Microsoft.VisualStudio.Text.Operations;
using Microsoft.VisualStudio.Text.Tagging;

namespace Codist
Expand Down Expand Up @@ -37,6 +38,9 @@ private ServicesHelper() {
[Import]
public IGlyphService Glyph { get; private set; }

[Import]
public ITextStructureNavigatorSelectorService TextStructureNavigator { get; private set; }

[Import]
public IViewTagAggregatorFactoryService ViewTagAggregatorFactory { get; private set; }
}
Expand Down

0 comments on commit b156948

Please sign in to comment.