Skip to content

Releases: luismpenholato/queryforge-editor

QueryForge Editor v0.1.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 12:52

Added

  • Added marketplace badges for Visual Studio Marketplace and Open VSX.
  • Added install instructions for marketplace, Extensions view, Command Palette and VSIX.

Changed

  • Aligned the publish workflow with the Nebula Aura Theme release flow: tag, marketplace publish and GitHub Release.

QueryForge Editor v0.1.0

Choose a tag to compare

@luismpenholato luismpenholato released this 12 Jul 11:45

QueryForge Editor v0.1.0

The first public release of QueryForge — EF & LINQ Analyzer.

QueryForge analyzes C# LINQ and Entity Framework query patterns locally and surfaces diagnostics, detailed guidance and structured safe fixes directly in compatible editors.

Highlights

  • Analyze the current C# file or selected code.
  • Review findings in the editor and Problems Panel.
  • See detailed explanations, suggestions and confidence levels.
  • Apply individual structured safe Quick Fixes.
  • Apply all available safe fixes in the current document.
  • Open a built-in fictional C# example.
  • Use the native Getting Started walkthrough.
  • Optionally analyze C# files when they are saved.
  • Configure provider, maximum issues and minimum severity.
  • Track results through the Output Channel and per-document status bar.

Privacy

QueryForge analyzes source text locally.

It does not:

  • upload source code;
  • connect to databases;
  • execute SQL;
  • use telemetry;
  • require login.

Supported environments

Built for VS Code and editors compatible with the VS Code extension ecosystem.

Marketplace availability may vary by editor.

Installation

Install from the Visual Studio Marketplace or Open VSX, or download the attached VSIX and install it manually.

Extension ID

queryforge-tools.queryforge-editor

Notes

QueryForge uses heuristic analysis and does not replace generated SQL inspection, execution plans, profiling or human review.

Only structured fixes explicitly marked as safe are automatically applied.