Archive

Archive for the ‘Services’ Category

DXCore Services – Text Classification

February 14th, 2012 Comments off

The Text Classification DXCore service provides methods for Visual Studio 2010+ text classification manipulation. A text classification logically classifies the content of the code editor (e.g., the text behind the code editor) and highlights elements of the editor content matching a classification. A classifiers main task is to recognize elements of the underlying text buffer and highlight those that match a classification type.

Read more…

DXCore Services – PlugIn Extensions

February 14th, 2012 Comments off

The PlugIn Extensions DXCore service provides access to registered DXCore plug-in extensions.

The service contains several overloads of the Find method that searches for a plug-in extension based on a stored property value. Stored properties are used by the plug-in loader to retrieve information without demand-loading the plug-in in which this extension is contained. This should only be used in special circumstances.

Read more…

DXCore Services – Code Modification

February 14th, 2012 Comments off

The Code Mod (Modification) DXCore service provides APIs for code generation and code declaration, and access to the code provider extensions.

Read more…

DXCore Services – Test

December 20th, 2011 Comments off

The Test DXCore service provides services for the functional tests runner.

Read more…

DXCore Services – Refactoring

December 20th, 2011 Comments off

The Refactoring DXCore service provides methods and properties for refactoring support such as finding all required elements, an element’s declaration, its references, type name, etc.

Read more…

DXCore Services – Hints

December 14th, 2011 Comments off

The Hints DXCore service provides access to hinting services for showing/hiding Shortcut hints, BigFeedback hints, and other discoverability services.

Read more…

DXCore Services – Windows

December 14th, 2011 Comments off

The Windows DXCore service provides methods for Visual Studio windows manipulation.

Read more…

DXCore Services – Visual Studio Settings

December 14th, 2011 Comments off

The VSSettings (Visual Studio Settings) DXCore service provides access to the Visual Studio IDE settings (Visual Studio version, environment settings, fonts and colors settings, etc).

Read more…