Technical

How to work on Visual Studio

How to work on Visual Studio
Written by anjali

How to work on Visual Studio

 

An open-source integrated development environment (IDE) or editor for a well-known programming language is called Visual Studio.

It works with Windows, Linux, and macOS.

Features of Visual Studio:

  • Debugging
  • Included GitHub support
  • Syntax highlight
  • Extend plugin support
  • Inbuilt Debug Support
  • Git Plugin
  • SSH integration
  • Terminal
  • Code Snippets
  • Code refactoring
Files and folders are hidden from the sidebar in Visual Studio Code.
1.the Visual Studio code window
2.To change settings, select File > Preferences.
3.entered “files:exclude” in the search settings after opening the settings page
4.omit Section, select “Add Pattern” from the menu.
5.The input box is enabled, and a folder or file name is entered there. To save it, select Ok.
6.You can add directories, files, or regular expressions to the text field to indicate the file’s path.

Multiple lines in Visual Studio Code are joined

1.Activate VSCode Editor.
2.Choose the text or a number of lines that you want to merge.
3.Ctrl + Shift + P will launch the Command Palette.
4.It launches a pop-up window. Join the lines to choose it.
5.It combines several lines into one line.

Also Read: Know About Eclipse

About the author

anjali

Leave a Comment