awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

6 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • projectlombok/lombokAvatar von projectlombok

    projectlombok/lombok

    13,458Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,458
  • communitytoolkit/windowscommunitytoolkitAvatar von CommunityToolkit

    CommunityToolkit/WindowsCommunityToolkit

    6,073Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,073
  • hjlebbink/asm-dudeAvatar von HJLebbink

    HJLebbink/asm-dude

    4,178Auf GitHub ansehen↗

    asm-dude ist eine Visual-Studio-Erweiterung für die Assembler-Programmierung und Low-Level-Entwicklung. Sie bietet Syntax-Highlighting, Code-Vervollständigung und Mnemonic-Referenzen sowohl für Quellcode- als auch für Disassembly-Fenster. Das Plugin enthält ein Mnemonic-Referenz-Tool, das Pop-up-Beschreibungen und Parametersignaturen für Assembler-Befehle anzeigt. Diese Referenzen werden über konfigurierbare Datendateien verwaltet, was benutzerdefinierte Befehlseinträge und Beschreibungen ermöglicht. Die Erweiterung integriert sich in den Editor, um kontextbezogene Tooltips und Keyword-Vervollständigung während des Tippens bereitzustellen. Sie nutzt zudem musterbasiertes Syntax-Highlighting und Code-Folding, um die Lesbarkeit von disassembliertem Maschinencode während des Debuggings zu verbessern.

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

    C#assemblerassemblyassembly-language-programming
    Auf GitHub ansehen↗4,178
  • vsvim/vsvimAvatar von VsVim

    VsVim/VsVim

    3,767Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗3,767
  • josefpihrt/roslynatorAvatar von JosefPihrt

    JosefPihrt/Roslynator

    3,436Auf GitHub ansehen↗

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

    Collection of analyzers and refactorings for C#.

    C#
    Auf GitHub ansehen↗3,436
  • sonarsource/sonarlint-visualstudioAvatar von SonarSource

    SonarSource/sonarlint-visualstudio

    497Auf GitHub ansehen↗

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

    Extension for on-the-fly code quality feedback.

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

Unter-Tags erkunden

  • 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