AbdulElahGwaith's picture
Upload folder using huggingface_hub
ebffcb3 verified
|
Raw
History Blame Contribute Delete
1.88 kB
metadata
Order: null
Area: introvideos
TOCTitle: Code Editing
ContentId: 826efeef-6803-49bd-a500-06c6c42cda19
PageTitle: Code Editing Features in Visual Studio Code
DateApproved: 3/6/2017
MetaDescription: >-
  Take coding to the next level of speed and efficiency with these code editing
  features.
MetaSocialImage: images/opengraph/introvideos.png

Code Editing in Visual Studio Code

In this Visual Studio Code tutorial, we cover source code editing, including the features outlined below. After viewing this overview, read on in the Learn More section to see more features.

Outline

  • Emmet syntax for HTML and CSS development
  • Hover over CSS elements
  • Use case of using a task
  • Global find and replace, including regex search
  • ESLint for JavaScript linting
  • Errors and Warning output
  • Multi-cursor editing
  • Code folding
  • Bracket matching
  • Code formatting to consistently style code

Learn More

Next Video

  • IntelliSense - Set up IntelliSense for intelligent code completion.