Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove the Visual Basic Project types?

I'm never going to create a Visual Basic Project. Can I remove these from my IDE? Too many times I've created a new project not realizing I've been defaulted to the Visual Basic Projects and mistakenly create a Visual Basic Project instead of the C# project I meant to create.

like image 985
David Avatar asked May 15 '09 19:05

David


People also ask

How do I change the project type in Visual Studio?

You can change this by going to the project property page (right click Properties) and change the Output Type combo box. It is possible to have other project types supported by the project system but they are fairly few and are not definitively associated with a project template.

How do I delete a project in Visual Basic?

In Solution Explorer, on the right-click menu (context menu) of the solution you want to delete, select Open folder in File Explorer. In File Explorer, navigate up one level. Select the folder that contains the solution, and then press the Delete key.

How do I reset Visual Studio project properties?

In Solution Explorer, right-click the file whose properties you want to modify. Click Properties and select one of the available tabbed property pages - for example, COBOL. Click Use Project Defaults to revert all properties to the values set at project level. Click Apply, and then click OK.

How do I delete visual code project?

Navigate to your project under the Visual Studio Projects folder. Right-click the project and select Delete. A delete confirmation appears. Click OK.


2 Answers

Go to "Programs and Features" (Vista) or "Add or Remove Programs" (XP) and select Visual Studio. Click on "Uninstall or Change" (or the equivalent).

Then select "Add or Remove features" and under "Language Tools" remove "Visual Basic".

There may be other ways of messing with the templates directly, but that feels like the most appropriate way of saying you're not interested in VB.

EDIT: (Based on comments)

You can also change the default language, either by resetting all settings or by editing the vssettings file.

like image 145
Jon Skeet Avatar answered Sep 30 '22 09:09

Jon Skeet


Go to Start -> Control Panel -> Add or Remove Programs -> Look for Visual Studio version you are working on and select 'Change/Remove' -> Remove Visual Basic from the features

like image 40
NewAgeSolution Avatar answered Sep 30 '22 08:09

NewAgeSolution