Windsurf, being a fork of VS Code, is easy to adopt for developers from VS, Eclipse, or VS Code. It uses the Open VSX Registry for extensions, accessible via the Extensions panel or website.

To help you get the most out of Windsurf for different programming languages, we’ve compiled a list of popular, community-recommended extensions from the Open VSX marketplace that other users have found helpful for replicating familiar IDE experiences.

Be sure to check out the full Open VSX marketplace for other useful extensions that may suit your specific workflow needs!

General

Python

  • ms-python.python - Core Python support: IntelliSense, linting, debugging, and virtual environment management
  • Windsurf Pyright - Fast, Pylance-like language server with strong type-checking and completions
  • Ruff - Linter and code formatter
  • Python Debugger - Debugging support for Python applications

Java

  • Extension Pack for Java - Bundle of essential Java tools: editing, refactoring, debugging, and project support (includes all below)
  • redhat.java - Core Java language server for IntelliSense, navigation, and refactoring
  • Java debug - Adds full Java debugging with breakpoints, variable inspection, etc.
  • Java Test Runner - Run/debug JUnit/TestNG tests inside the editor with a testing UI
  • Maven - Maven support: manage dependencies, run goals, view project structure
  • Gradle - Gradle support: task explorer, project insights, and CLI integration
  • Java Project Manager - Visualize and manage Java project dependencies

Visual Basic

C# / .NET

  • DotRush - A lightweight, high-performance alternative to OmniSharp with Roslyn-based IntelliSense, built-in debuggers for .NET Core and Unity, test explorer, and code decompilation. DotRush is a powerful standalone C# extension that provides all essential features and can replace OmniSharp and several other extensions below.
  • C# support - OmniSharp-based language server with IntelliSense and debugging
  • .Net Install Tool - Installs and manages different versions of the .NET SDK and Runtime
  • Solution Explorer - Manage .sln and .csproj files visually
  • C# Extensions - Enhances the VS Code experience by providing features like adding C# classes, interfaces, and enums, as well as generating constructors from properties
  • Unity-tools - Unity-specific workflow helpers (snippets, docs, folder structure) for game development

C++

  • Clangd - Advanced code completion, syntax checking, and semantic highlighting. AST-based code navigation and symbol indexing
  • Cmake tools - Manage CMake projects, build configurations, and debugging within VS Code. Automatically generates accurate compilation databases (compile_commands.json) for clangd
  • Cmake - Offers syntax highlighting and basic editing features for CMakeLists.txt files
  • C++ runner - Quickly compile and execute single-file or small projects within VS Code