Large set of sample code extensions for Visual Studio 2013

    The Visual Studio team released an aggregated set of Visual Studio 2013 SDK Samples code samples , which contains many ready-to-use, test and study code projects that expand the capabilities of the development environment. The examples will be very useful for exploring the new features of Visual Studio as a development environment, creating extension packages and tools that allow you to expand the development environment with new functionality. Below you will find a description of all the code examples included in the kit. Download all code examples in one package at the following link . Build Progress Bar - VS 2013








    A package for Visual Studio, which offers a new tool “Build Progress” showing an indicator on WPF that displays the progress of building a solution in a development environment.

    Caret Fish Eye - VS 2013
    An extension that visually scales lines of code text, decreasing them depending on the distance from the current position of the pointer.

    Code Sweep - VS 2013
    This example allows the user to specify a set of search terms by specifying a set of XML files containing definitions.

    Command Target RGB - VS 2013
    The package offers a simple example that changes the color of a toolbar and its position with a few buttons.

    Completion Tooltip Customization - VS 2013
    An example that shows how to replace the popup window interface with code completion.

    WPF Designer over SML - VS 2013
    The example demonstrates creating an extension with a WPF-based editor for editing XML files with a specific schema.

    Diff Classifier - VS 2013
    This example demonstrates creating a classifier for comparing and fixing files.

    Highlight Word - VS 2013
    An extension that shows how you can use tagging to highlight all word matches under the current position of the pointer.

    Inline XPS Viewer - VS 2013
    This example shows how to place a document view in a code editor window.

    Intra-text adornment - VS 2013
    This simple example replaces the hexadecimal representation of the color in the editor with another.

    Ook Language sample - VS 2013
    This example, which was demonstrated at the Visual Studio Ecosystem Summit conference, demonstrates how to create your own esoteric language “Ook!”

    Reference Package - VS 2013
    This simple example shows how to create a VS package and add an item to the Help About dialog box.

    Reference Service - VS 2013
    This example shows how to create a VS service provider and how to consume VS services.

    Single File Generator - VS 2013
    An example shows how to build a file generator.

    Source Control Provider - VS 2013
    This example shows how to create a source code provider control.

    Todo Classification - VS 2013
    Another example of code that was shown as part of the Visual Studio Ecosystem Summit. He suggests considering opportunities for working with a glyph factory and flowers.

    Todo Glyph Factory - VS 2013
    This example adds glyphs to all lines that contain comments with the word “todo”.

    Typing Speed ​​Meter - VS 2013
    An example VS extension that uses IVsTextViewCreationListener to create a typing speed counter.

    Spell Checker - VS 2013
    This example uses smart tags to display spelling errors in comments within Visual Studio.

    Options Page - VS 2013
    This example shows how to add custom option pages to the standard VS dialog box.

    Running Document Table Explorer - VS 2013
    This example shows how to create a tool that logs Running Document Table (RDT) events.

    WPF Tool Window - VS 2013
    This example shows how to create a package that offers a tool window containing Windows Forms and WPF controls.

    Windows Forms Control Installer - VS 2013
    This example shows how to create a VS package that loads Windows Forms controls into a Toolbox.

    Menu and commands - VS 2013
    This example shows how to create menus and command elements and display them inside the standard VS menu and toolbars.

    Editor with Toolbox - VS 2013
    This example shows how to create a package that offers an advanced editor with Toolbox support.

    Combo Box - VS 2013
    This example shows how to create combobox elements for VS toolbars.

    MSDN Search - VS 2013
    Sample code that shows how to extend Quick Launch and add a search provider for search capabilities.

    Basic Source Control Provider - VS 2013
    This example shows how to create a source control provider that registers with VS and can be selected as active source control providers.

    Sitelinks


    Only registered users can participate in the survey. Please come in.

    What code examples are most interesting for you to study?

    • 58.2% Development Environment Extensions 60
    • 34.9% Examples of different projects available in the development environment 36
    • 43.6% Examples of working with data 45
    • 51.4% Examples of design and interfaces 53
    • 49.5% Examples of optimizations and unusual solutions 51
    • 49.5% Challenging Decisions 51

    Also popular now: