awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesEditor-Integrated Refactoring Tools

Running syntax modernization transforms directly within code editors through dedicated plugins for interactive development.

Distinct from Editor Code Navigation: Distinct from Editor Code Navigation: focuses on running transformation tools within the editor, not just navigating or renaming symbols.

Explore 1 awesome GitHub repository matching development tools & productivity · Editor-Integrated Refactoring Tools. Refine with filters or upvote what's useful.

Awesome Editor-Integrated Refactoring Tools GitHub Repositories

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

    lebab/lebab

    5,633Auf GitHub ansehen↗

    Lebab is a JavaScript code modernization tool that converts older ES5 syntax into contemporary ES6 equivalents. It operates as a source-to-source transpiler, parsing code into an abstract syntax tree, applying structural transformations, and regenerating the output without intermediate representations or runtime dependencies. The tool distinguishes itself through a rule-driven pipeline of independent transformation rules, each targeting a specific ES6 feature like arrow functions, let/const, classes, or modules. It provides a programmatic API that accepts source code and an array of transform

    Runs syntax modernization transforms directly within code editors through dedicated plugins for interactive development.

    JavaScriptcompileres2015es6
    Auf GitHub ansehen↗5,633
  1. Home
  2. Development Tools & Productivity
  3. Code Refactoring Tools
  4. Editor Code Navigation
  5. Editor-Integrated Refactoring Tools