Skip to content
#

VS Code Extension

Visual Studio Code is a free code editor from Microsoft, based on open source.

Visual Studio Code is built with extensibility in mind. From the UI to the editing experience, almost every part of VS Code can be customized and enhanced through the Extension API.

Here are 30 public repositories matching this topic...

This repo holds two IDE projects. One is the Eclipse Feature for developing Bazel projects in Eclipse. The Bazel Eclipse Feature supports importing, building, and testing Java projects that are built using the Bazel build system. The other is the Bazel Java Language Server, which is a build integration for IDEs such as VS Code.

  • Updated May 12, 2024
  • Java