CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Visual Studio

Microsoft Visual Studio

Visual Studio 2012 – Enable / Disable IntelliSense for “Visual C#”

One of the great features of Visual Studio IDE (Integrated Development Environment) is its IntelliSense feature. IntelliSense provides code elements that you can select when you are coding; which indirectly increases productivity. IntelliSense enables to show members list, parameter info, quick info and completes the word. This article explains how to enable or disable IntelliSense. […]

Visual Studio – How to create a Project?

Microsoft Visual Studio is a powerful integrated development environment (IDE) useful to develop different types of applications. Microsoft Visual Studio is mostly useful to develop applications based on Microsoft Technologies. This article explains the steps to create a simple project using Microsoft Visual Studio IDE. This applies to: Visual Studio 2012 Step (1). Open Visual […]

How to create Icon files in Visual Studio editor?

Microsoft Visual Studio is the popular development environment to create projects/solutions using Microsoft based technologies like C#, ASP.Net, Visuall C++, etc., This article gives the steps to add Icons to the existing Visual Studio Projects using Visual Studio 2008. Step (1) Create or Open the Project in Visual Studio IDE. Step (2) Goto Project menu […]

Scroll to top