Showing tag results for Java

Apr 4, 2014
Post comments count0
Post likes count0

The Release Candidate for Visual Studio 2013 Update 2

Visual Studio Team
Visual Studio Team

Release candidate of Visual Studio 2013 Update 2 is now available to download. This update supports TFS 2013 Update 2 RTM as well as the Windows 8.1 Update 1 and Windows Phone 8.1 platform releases announced yesterday. Checkout Somasegar’s blog where he talks about these new releases, the .NET Native preview release, TypeScript 1.0 and more. Brian ...

.NETVisual StudioJava
Mar 13, 2014
Post comments count0
Post likes count0

Blend for HTML Behaviors and Actions

Visual Studio Team
Visual Studio Team

Blend for Visual Studio 2013 introduces a feature to HTML developers that may be familiar to those who already work with XAML: Behaviors. When attached to HTML elements, Behaviors add life to an application by executing a JavaScript event handler. Developers can choose from a wide variety of ready-to-use Behaviors or create their own. For example, ...

Visual StudioJavaJavaScript
Mar 3, 2014
Post comments count0
Post likes count0

Announcing Office Developer Tools for Visual Studio 2013 – March 2014 Update

Visual Studio Team
Visual Studio Team

Today at SharePoint Conference 2014, we are thrilled to announce that Office Developer Tools for Visual Studio 2013 – March 2014 Update is available to download! The March 2014 Update ships with a ton of new features that improves support for Office 365 Cloud Business App and apps for Office/SharePoint in Visual Studio 2013. Download the Office ...

.NETDebugging and DiagnosticsJava
Feb 17, 2014
Post comments count0
Post likes count0

Introducing Bing Code Search for C#

Visual Studio Team
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 15, 2014
Post comments count0
Post likes count0

Visually Creating Snippets

Visual Studio Team
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
Dec 19, 2013
Post comments count0
Post likes count0

Productivity Power Tools for Visual Studio 2013

Visual Studio Team
Visual Studio Team

Those following the Visual Studio 2013 launch may have noticed that we've taken your UserVoice feedback seriously and brought more Productivity Power Tools into the core Visual Studio experience. We selected the all-time favorites: Enhanced Scrollbar, Move-line and Brace Completion; polished and improved them for prime-time. Once we wrapped up w...

Visual StudioJavaC#
Oct 31, 2013
Post comments count0
Post likes count0

Updates to Editor Enhancements in Visual Studio 2013

Visual Studio Team
Visual Studio Team

In Visual Studio 2013 we have added many new features to the editor. To get a low down on how these features can help enhance productivity checkout our previous post on Visual Studio 2013 New Editor Features as well as What’s new in Visual Studio 2013 – IDE on MSDN. Today, we want to share updates to these features that you will see in the final...

Visual StudioJavaC#
Sep 12, 2013
Post comments count0
Post likes count0

Supercharged Styling: Quickly Finding and Setting a CSS Property in Blend

Visual Studio Team
Visual Studio Team

A core goal of Blend for Visual Studio is to make it fast and easy for developers who care about the quality of their markup to create professional looking apps. One of the many ways that the HTML Designer in Blend can speed up the CSS editing experience when developing Windows Store apps is by providing immediate visual feedback and enabling direc...

Visual StudioDebugging and DiagnosticsJava
Sep 3, 2013
Post comments count0
Post likes count0

What’s new for HTML Developers in Blend for Visual Studio 2013

Visual Studio Team
Visual Studio Team

At Windows’ Build conference in June, we introduced Visual Studio and Blend 2013 Preview to the world. With this release, we significantly expanded Visual Studio’s support for creating Window Store Apps using JavaScript, HTML and CSS. In addition to the client-side diagnostics and debugging tools found in Visual Studio, Blend also added...

Debugging and DiagnosticsJavaJavaScript
Jul 26, 2013
Post comments count0
Post likes count0

Enabling IntelliSense for Mobile Services JavaScript in Visual Studio

Visual Studio Team
Visual Studio Team

In a previous post , we shared the new Windows Azure Mobile Services integration and capabilities in Visual Studio 2013. These include the ability to edit your Mobile Services table scripts. In this post, we describe how you can enable IntelliSense on your server side scripts in Visual Studio. This is a capability that isn’t integrated in Visual St...

.NETJavaC#