About 1,890,000 results
Open links in new tab
  1. Managing Java Projects in VS Code - Visual Studio Code

    Managing Java Projects in VS Code. The Project Manager for Java extension helps you to manage your Java projects and their dependencies. It also helps you to create new Java projects, packages, and classes. To get the complete Java language support in Visual Studio Code, you can install the Extension Pack for Java, which includes the Project ...

  2. Automatically add copyright banner in VS Code - Stack Overflow

    Aug 8, 2016 · You can configure copyright banner content, detect existing copyright blocks that shifted down in the file and move it to the head, specify folder and file extensions, add custom parameters to the copyright block etc...

  3. Visual Studio Code, Java Extension, how to add a JAR to classpath?

    May 8, 2018 · If you are not using any dependency management, then there are two options to add jar file. Option 1: Manually. Open .vscode/settings.json file (if not present, you can create one) and add required jar file there as shown below.

  4. Add Jar Files to Java Project Using Visual Studio Code

    Jul 28, 2024 · VSCode provides an easy setup for manually adding JAR files to a Java project. In this tutorial, we’ll learn how to add JAR files manually to a VSCode project through settings.json and the Reference Libraries section.

  5. Importing external header files into VS Code - Stack Overflow

    All I want to do is link pdcurses to my project so I can start coding. I have intellisense set up, but the #include <curses.h> statement is throwing "curses.h: No such file or directory": The .jsons: settings.json: { "files.associations": { "iostream": "cpp", "vector": "cpp" } } c_cpp_properties.json:

  6. GitHub - microsoft/vscode-java-dependency: Manage Java

    Manage Java projects in Visual Studio Code. A lightweight extension to provide additional Java project explorer features. It works with Language Support for Java by Red Hat to provide the following features: Note: For Spring Boot projects, please use the build tool to build the executable jar, for example: mvn package.

  7. HeaderCraft - Visual Studio Marketplace

    Automatically adds header with author, date, and time information to new files with multilingual support. Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. Automatically generate and insert standardized headers into your code files. Perfect for maintaining consistent file documentation across your projects.

  8. HeaderWizard - Visual Studio Marketplace

    Apr 29, 2024 · HeaderWizard extension for Visual Studio Code enhances your coding experience by allowing you to effortlessly add custom headers to specified file types. With this extension, you can define templates for headers tailored to different file extensions, ensuring consistency and compliance with project standards.

  9. vs-auto-header - Visual Studio Marketplace

    Extension for Visual Studio Code - Insert header comment after creating a file or opening a file.

  10. Java in Visual Studio Code

    You can use VS Code to read, write, run, and debug Java source file(s) without creating a project. VS Code for Java supports two modes, lightweight and standard. Lightweight mode is ideal for scenarios that only deal with source file(s).

Refresh