Rate this post

ReviewHostingASP.NET – Visual Studio 2015 is a big upgrade for developers, inviting them to build apps for entirely new platforms and making it easier to port existing apps. Visual Studio 2015 includes mobile development tools for targeting iOS, Android and Windows, the ability to build cross-platform games and even an emulator for debugging Android applications. The release also means that developers can officially begin building apps for Windows 10. There are many changes and improvements in Visual Studio 2015. In this article, we will tell you how to use the new options in Visual Studio 2015 Context Menu.

479393_b420f552-e0dd-431e-bbe0-2aad1dabcc75

There are 3 new options in Visual Studio 2015 Context Menu:

  • Quick Action
  • Rename
  • Peek definition

This is the new context menu in Visual Studio 2015 in the “.cs” code file and we marked all the new options in the following list:

Peek definition

Let’s see how to use all of them. Go to Visual Studio 2015 and create a project to test all of them.

Visual Studio 2015 Hosting Tutorial – Using Quick Action

Quick Action is a new concept in Visual Studio 2015 that provides new reflector attributes and also provides preview windows. Let’s see how to use that with a new project in Visual Studio 2015.

Start Visual Studio 2015 and select “File” -> “New” -> “Project…”.

1

We just created a new project and opened the code file program.cs and when I click on the using statement I see a light bulb that is the icon of Quick Action.

2

Click on the Light bulb and it’ll show you the option to Remove Unnecessary Using Statements with Preview window.

When you click on Preview Changes link it will open the Preview Changes window and will show the new code output after applying the changes.

3

Let’s see the new example of Quick Action. If we just write the following statement to create an object of the employee class but I don’t have any class Employee Class in current project or solution then the compiler will return an error.

4

The error will be “Employee” could not be found.

5

And we also have a Quick Action Link in the same statement and if I click on that then that will show you multiple options to remove the error with the preview changes link button window.

6

If you select any option from them and click on a Preview Changes link button then that will show the new code file again that can be in your solution after apply.

7

Visual Studio 2015 Hosting Tutorial – Using Rename

Rename is a new option in Visual Studio 2015 context menus. It’s very useful for renaming a class, function, constructor, property and much more. In Visual Studio 2015 we can use that with the shortcut key Ctrl+r. In the new Visual Studio 2015 we are also able to rename any text into a string or comment line. That was not possible in the previous versions of Visual Studio so let’s see how to use that. Create a class then rename that.

8

We have a class Employee that must be renamed from Employee to Emp.

9

Right-click on the word that we need to rename and then you’ll see a new option in the Visual Studio context menu for Rename.

10

Click on the Rename Option and that will open a new window and check all the options that you want to apply.

11

Finally Click on Apply to get the changes in your code files.

Visual Studio 2015 Hosting Tutorial – Using Peek Definition

In previous versions of Visual Studio if we want to get the definition of a type, functions or a class defined in a DLL file then we can see that code using the F12 key or by right-clicking then clicking on “Go To Definition” but that will show you the code in a new tab so we need to return from that class file to that class we was at so it’s complicated to move from one code file to an other code file again and again.

12

Now in Visual Studio we have the new Option Peek Definition to show the definition of any class, type or function in the same code file so now there is no need to navigate anywhere from one to another code file and this is known as Preview Window, so now go and right-click on any class or function name of which definition we must see.

13

After clicking on Peek Definition now see the definition of that specific type or function in the same code file. So it’s a very useful option for all developers to use Go to Definition.

14

Best Visual Studio 2015 Hosting

You can use Visual Studio 2015 to build and customize full-featured sites with good usability. This integrated development environment (IDE) is used to develop computer programs for Microsoft Windows, web applications, web sites and web services. Since it comes from Microsoft, several of the company’s platforms are integrated in the environment such as Microsoft Silverlight, Windows API, Windows Store, Windows Forms and Windows Presentation Foundation.

Designed for developers, it provides a single comprehensive development tool for creating cutting edge applications. Visual Studio 2015 allows developers the platform they need to build the next-generation internet, span any device, span multiple platforms and create applications quickly. It is extremely powerful and can produce both native code and managed code.  One of the best things about Visual Studio 2015 hosting is how flexible it is, allowing for many languages, styles of programming, styles of working, multiple platform capabilities, and the ability to lock down key component for team development. It is often noted how empowering and powerful it can be for developers to be able to use their web browsers to connect and sync up to a hosted copy of this platform and start developing in a short amount of time.

hostforlife

If you need best Visual Studio 2015 Hosting, we highly recommend you to HostForLIFE.eu. HostForLIFE.eu is a web hosting provider known for its professional ASP.NET hosting plans ranging from shared web hosting to dedicated server hosting that can meet the demands of nearly all-sized businesses. Over the past 8 years since its reception, HostForLIFE.eu has gained respect from both the developer and business communities. You won’t go wrong with their best Visual Studio 2015 hosting service that they have been fully tested by so many developers.

Visual Studio 2015 Hosting Tutorial: Using New Options in Context Menu