10 results found
-
Working with GUI applications in VS Code
How to develop Java GUI Applications (JavaFX, AWT, Swing) in Visual Studio Code
-
Java extensions for Visual Studio Code
Popular Java extensions for Visual Studio CodeJava extensions for Visual Studio Code Thanks to the great Java community around Visual Studio Code, you can use a wide range of extensions to enhance your Java development experience. Tip: To learn how to install and manage your extensions, refer to the general VS Code extension documentation. In this topic, we recommend a list of popular ...
-
Command Line Interface (CLI) - Visual Studio Code
Visual Studio Code command-line interface (switches).For both files and folders, you can use absolute or relative paths. Relative paths are relative to the current directory of the command prompt where you run code. If you specify more than one file at the command line, VS Code will open only a single instance. If you specify more than one folder at the command line, VS Code will create a ...
-
Programming Languages - Visual Studio Code
In Visual Studio Code we have support for all common languages including smart code completion and debugging.
-
Extension Manifest | Visual Studio Code Extension API
At the core of Visual Studio Code's extensibility model is an extension (plug-in) manifest file where your extension declares its extension type(s), activation rules, and runtime resources.
-
Getting Started with Java in VS Code
Getting Started with Java in VS Code This tutorial shows you how to write and run Hello World program in Java with Visual Studio Code. It also covers a few advanced features, which you can explore by reading other documents in this section. For an overview of the features available for Java in VS Code, see Java Language Overview. If you run into any issues when following this tutorial, you can ...
-
Remote Development FAQ - Visual Studio Code
Remote Development FAQ This article covers frequently asked questions for each of the Visual Studio Code Remote Development extensions. See the SSH, Containers, and WSL articles for more details on setting up and working with each of their respective capabilities. Or try the introductory Tutorials to help get you running quickly in a remote environment. For questions about GitHub Codespaces ...
-
Contribution Points | Visual Studio Code Extension API
To extend Visual Studio Code, your extension (plug-in) declares which of the various Contribution Points it is using in its package.json Extension Manifest file.
-
Java in Visual Studio Code
Learn about Visual Studio Code editor features (code completion, debugging, snippets, linting) for Java.
-
Common Capabilities | Visual Studio Code Extension API
Common Capabilities Common Capabilities are important building blocks for your extensions. Almost all extensions use some of these functionalities. Here is how you can take advantage of them. Command Command is central to how VS Code works. You open the Command Palette to execute commands, bind custom keybindings to commands, and right-click to invoke commands in Context Menus. An extension ...