Showing results for Web - Visual Studio Blog

Dec 1, 2022
3
5

Building a new JavaScript linting experience in Visual Studio

Maria Solano
Maria Solano

Available today in the 17.4 public release, Visual Studio has revamped its ESLint support! The new linting experience includes:  But the main purpose of this post is not to list all of the cool things that the new linting service provides, but to tell you a little bit about the story behind it. I joined Microsoft at the begin...

JavaScriptVisual Studio 2022TypeScript
Nov 3, 2022
3
14

PHP in Visual Studio

Mads Kristensen
Mads Kristensen

PHP is one of the most popular programming languages for server-side web development. It's used in many frameworks and CSMs like WordPress, Laravel, Symfony, and others which are behind a sizable chunk of the Internet. Visual Studio is a powerful IDE, but its focus didn’t align with some languages, PHP being one of them. As time progressed more ...

php
May 26, 2022
19
1

Visual Studio at Microsoft Build 2022

Chris Hardy
Chris Hardy

This week we had Microsoft Build 2022 and there were some announcements made in Amanda Silver’s Theme session and multiple breakouts that are exciting for Visual Studio users, like you. We released the .NET Multi-platform App UI (a.k.a. .NET MAUI), announced Microsoft Dev Box, Azure Deployment Environments and Visual Studio on Arm64. With Visual St...

Mar 7, 2022
7
1

Edge Developer Tools for Visual Studio (Preview)

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

When developing web apps, it’s common to use the browser developer tools to perform various tasks like; modifying the CSS, inspecting network traffic, etc. Because the browser is disconnected from the IDE, if you make changes to the running application in the browser, you will need to remember and reapply those changes to your code as well. To make...

Nov 8, 2021
70
0

Visual Studio 2022 now available

Amanda Silver
Amanda Silver

I am really excited to announce that we've reached general availability for Visual Studio 2022. Watch the keynote on YouTube.

.NETC++vs2022
Jul 16, 2021
47
3

Design your Web Forms apps with Web Live Preview in Visual Studio 2022

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In this post we have introduced, and demonstrated, the new Web Forms Designer and Web Live Preview that is built into Visual Studio 2022 Preview 2. We are very excited to bring a new designer for Web Forms. We would love for you to try out this new designer experience and let us know how it’s working for you with your own projects and solution

Visual StudioASP.NETASP.NET Core
Jun 7, 2021
2
0

Build apps for Microsoft Teams with .NET

John Miller
John Miller

Create, debug, and deploy web apps directly in Teams with Visual Studio and Blazor using an early preview of the Teams Toolkit extension available for Visual Studio 2019 today. Learn more about the Teams Toolkit and follow along to get started in under 5 minutes.

.NETExtensionsGetting Started
Jan 14, 2021
14
0

A more integrated terminal experience

Ruben Rios
Ruben Rios

As part of the new additions of the Visual Studio 2019 v16.8 release, and thanks to your feedback, we have added a couple new tricks to the integrated terminal! It now allows you to open a new terminal to a location based on your Solution Explorer selection and provides customizable commands for copy and paste.   Solution Explorer inte...

terminal
May 20, 2020
2
0

Keep your IntelliCode completions fresh with our GitHub Action for Team Completions

Caty Caldwell
Caty Caldwell

Introducing the Visual Studio IntelliCode GitHub Action for Team Completions, teams can share and automate code completions easily! Visual Studio IntelliCode automates training a Team Completions model as part of your CI workflow to provide in-line completion suggestions based on your own types in C# and C++.

C#AnnouncementVisual Studio 2019
May 19, 2020
4
0

Expanding Visual Studio 2019 support for Visual Studio Codespaces

Anthony Cangialosi
Anthony Cangialosi

Now more than ever, developers are juggling multiple projects at work and at home. New features, bug fixes, PR reviews, & prototypes all compete for time and attention on limited resources. Visual Studio Codespaces provides hosted development environments that allow you to develop entirely in the cloud.

IntelliCodeC++.NET Core