About 70 results
Open links in new tab
  1. Navigate and edit Java source code

    When you create a .java file in the File Explorer, the language server will automatically generate the class body, and fill the package …

  2. Navigate and Edit - Visual Studio Code

    Navigate and Edit The navigation and editing tools described in this overview are enabled by the C# Dev Kit extension, a lightweight …

  3. Java in Visual Studio Code

    Code snippets Visual Studio Code supports a wide range of popular Java code snippets to make you more productive, such as …

  4. Code Navigation - Visual Studio Code

    Visual Studio Code is a first class editor - but it's also so much more with features such as IntelliSense and smart code navigation.

  5. Java refactoring and Source Actions - Visual Studio Code

    Move refactoring on a static method if it is used more in another class than in its own class. Move a class to another package. …

  6. Keyboard shortcuts for Visual Studio Code

    Here you will find the complete list of keyboard shortcuts for Visual Studio Code and how to change them.

  7. Working with GUI applications in VS Code

    How to develop Java GUI Applications (JavaFX, AWT, Swing) in Visual Studio Code

  8. Editing Python in Visual Studio Code

    To define an abstract class in Python, you can create a class that inherits from the ABC class in the abc module, and annotate its …

  9. Development Containers in Education: A Guide for Instructors

    Jul 27, 2020 · Accessing a container for your class Let's walk through an example dev container to help students get a consistent …

  10. C# Quick Actions and Refactorings - Visual Studio Code

    Convert class to record What: Convert your class to a C# record. When: When you want to quickly change your class to a record, …