awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesVisual Studio Plugins

Extensions to enhance the Visual Studio development experience.

Explore 6 awesome GitHub repositories matching part of an awesome list · Visual Studio Plugins. Refine with filters or upvote what's useful.

Awesome Visual Studio Plugins GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • projectlombok/lombokAvatar de projectlombok

    projectlombok/lombok

    13,458Ver en GitHub↗

    Lombok is a Java annotation processor and boilerplate reduction library designed to automatically generate repetitive source code. It intercepts the compilation process to inject methods and fields directly into Java classes, acting as a source code generator that eliminates the need to manually write common class patterns. The project distinguishes itself through deep integration with the Java compiler and various integrated development environments. It provides IDE plugins that allow editors to recognize and navigate generated methods, preventing false compilation errors and maintaining syn

    Provides editor support for automated code generation in Visual Studio Code to ensure syntax highlighting.

    Java
    Ver en GitHub↗13,458
  • communitytoolkit/windowscommunitytoolkitAvatar de CommunityToolkit

    CommunityToolkit/WindowsCommunityToolkit

    6,073Ver en GitHub↗

    The Windows Community Toolkit is a collection of reusable UI controls, helper functions, and app services designed to accelerate development for Universal Windows Platform (UWP) applications on Windows 10. It provides a library of XAML-based controls and components that handle common interaction patterns, enabling developers to build apps that run across PC, Mobile, Xbox, IoT, and HoloLens devices with consistent adaptive layouts. The toolkit is distributed as NuGet packages for straightforward integration into .NET projects, and it includes a companion sample app that demonstrates control be

    Provides Visual Studio extensions and templates to streamline toolkit setup and usage.

    C#csharpdotnetmvvm
    Ver en GitHub↗6,073
  • hjlebbink/asm-dudeAvatar de HJLebbink

    HJLebbink/asm-dude

    4,178Ver en GitHub↗

    asm-dude es una extensión de Visual Studio diseñada para el desarrollo en lenguaje ensamblador y programación de bajo nivel. Proporciona resaltado de sintaxis, autocompletado de código y referencias de mnemónicos tanto para ventanas de código fuente como de desensamblado. El plugin cuenta con una herramienta de referencia de mnemónicos que muestra descripciones emergentes y firmas de parámetros para las instrucciones de ensamblador. Estas referencias se gestionan a través de archivos de datos configurables, permitiendo entradas y descripciones de instrucciones personalizadas. La extensión se integra con el editor para proporcionar tooltips conscientes del contexto y autocompletado de palabras clave mientras se escribe. También emplea resaltado de sintaxis basado en patrones y plegado de código para mejorar la legibilidad del código máquina desensamblado durante la depuración.

    A Visual Studio plugin providing syntax highlighting and code completion for assembly language.

    C#assemblerassemblyassembly-language-programming
    Ver en GitHub↗4,178
  • vsvim/vsvimAvatar de VsVim

    VsVim/VsVim

    3,767Ver en GitHub↗

    VsVim is a Visual Studio extension and modal text editor plugin that emulates Vim keyboard shortcuts and navigation commands within the Visual Studio integrated development environment. It functions as a Vim emulator, allowing users to navigate and edit code via a specialized command-based system. The project enables modal editing by separating command mode from insert mode. This system implements Vim keyboard emulation to facilitate text manipulation and navigation without the use of a mouse.

    Adds specialized text editing behaviors to streamline the development workflow for users who prefer Vim.

    C#
    Ver en GitHub↗3,767
  • josefpihrt/roslynatorAvatar de JosefPihrt

    JosefPihrt/Roslynator

    3,436Ver en GitHub↗

    Roslynator is a set of code analysis tools for C#, powered by Roslyn.

    Collection of analyzers and refactorings for C#.

    C#
    Ver en GitHub↗3,436
  • sonarsource/sonarlint-visualstudioAvatar de SonarSource

    SonarSource/sonarlint-visualstudio

    497Ver en GitHub↗

    SonarQube extension for Visual Studio providing code quality and security feedback directly in the IDE

    Extension for on-the-fly code quality feedback.

    C#
    Ver en GitHub↗497
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Visual Studio Plugins

Explorar subetiquetas

  • Workflow EnhancementsFeatures that optimize the daily operational sequence of a developer within the IDE. **Distinct from Visual Studio Plugins:** Focuses on the user's operational workflow rather than general plugin categories