Showing tag results for Extensions

Apr 30, 2015
Post comments count0
Post likes count0

GitHub Integration in Developer Assistant

Visual Studio Team

Developer Assistant for Visual Studio is a productivity plugin that brings the combined power of Bing Code Search capabilities and contextual help to day-to-day developer problems, like resolving code errors and searching for projects and code samples. Developer Assistant has taken a big leap with integration of GitHub in the latest version. GitHu...

.NETVisual StudioHTML
Apr 3, 2015
Post comments count0
Post likes count1

Enhancements in Bing Developer Assistant March Update

Visual Studio Team

In December 2014 we released the RTM version of Bing Developer Assistant for Visual Studio. This extension combines the power of Sample Browser and Bing Code Search to make it easy for you to find and reuse over 19 million code snippets and sample projects. Last month, we improved the user experience of Bing Developer Assistant in response to your ...

Visual StudioExtensionsBing
Mar 3, 2015
Post comments count0
Post likes count0

Improving HTML Accessibility with Visual Studio Extensions

Visual Studio Team

As a step on the path of enabling software for all audiences and abilities, we’re happy to share a new Visual Studio extension that leverages Tenon’s HTML accessibility checker service. With this extension, we’ve made it easier for developers to detect and resolve common HTML-based user interface accessibility issues. Unlike some...

.NETVisual StudioJava
Feb 5, 2015
Post comments count0
Post likes count0

Using AngularJS in Visual Studio 2013

Visual Studio Team

We continually strive to make the JavaScript editing experience better, part of this is providing support for popular libraries and patterns used by developers. AngularJS is one of the most popular JavaScript libraries and you’ve asked for even better support for it in Visual Studio. This post illustrates how to improve your experience in Vis...

.NETJavaC#
Dec 16, 2014
Post comments count1
Post likes count0

Bing Developer Assistant for Visual Studio

Visual Studio Team

Today we are releasing the RTM version of Bing Developer Assistant for Visual Studio! To get started, download Bing Developer Assistant for Visual Studio 2013 or Bing Developer Assistant for Visual Studio 2012 from the Visual Studio Extension Gallery. This extension provides smart, contextual help to solve every day dev problems like searching for ...

.NETExtensionsVisual Studio 2013
May 23, 2014
Post comments count0
Post likes count0

Announcing Update to Productivity Power Tools 2013

Visual Studio Team

Today, we’re releasing an update to Productivity Power Tools 2013 on the Visual Studio Gallery. In this release, we fixed a number of customer-reported bugs and issues, and introduced a new feature called syntactic line compression. Syntactic line compression enables you to make better use of your screen’s vertical real-estate. It shri...

Visual StudioExtensionsXAML
Apr 17, 2014
Post comments count0
Post likes count0

Visual Studio Installer Projects Extension

Visual Studio Team

UPDATE 6/12/2014: We have released the final version of this extension - v1.0.0.0. This release addresses: Unfortunately we couldn't address all cases of the command line issue for this release as we're still investigating the appropriate way to address them. What we do have is a workaround that we believe will work for almost all ...

ExtensionsNode.jsVisual Studio 2013
Feb 17, 2014
Post comments count0
Post likes count0

Introducing Bing Code Search for C#

Visual Studio Team

Download the extension now from the Visual Studio Gallery Update: For the folks who have extensions that replace the Visual Studio IntelliSense experience, you can still access the feature using 'ALT-A' as a shortcut or assign the 'Tools.LaunchSnippetSearch' command to a shortcut of your choosing (under Tools->Options->Environment->Keyboar...

Visual StudioJavaJavaScript
Jan 23, 2014
Post comments count0
Post likes count0

Auto History Extension in Visual Studio 2013

Visual Studio Team

Have you ever found yourself wishing you could roll back a few hours to a piece of code you had working but have made changes to? You were “in the flow” and you haven’t checked anything in to your source control system (or perhaps weren’t using source code control on your project)? We are pleased to announce the availabilit...

Visual StudioExtensionsXAML
Jan 15, 2014
Post comments count0
Post likes count0

Visually Creating Snippets

Visual Studio Team

Get the new Snippetizer DevLabs Extension here Snippets are a fun and easy way to quickly add code into your app. Snippets are commonly used, small blocks of code that represent a particular action or pattern that developers find useful, ranging from simple try-finally or if-else to entire classes or methods. To insert a code snippets you start w...

.NETVisual StudioJava