Skip to content

[WIP] feat: Add Quick Fix with Code Action support in BI extension#1427

Draft
kanushka wants to merge 4 commits intowso2:mainfrom
kanushka:feat-quick-fix-codeaction
Draft

[WIP] feat: Add Quick Fix with Code Action support in BI extension#1427
kanushka wants to merge 4 commits intowso2:mainfrom
kanushka:feat-quick-fix-codeaction

Conversation

@kanushka
Copy link
Contributor

Purpose

Currently, when diagnostics or errors appear within the BI extension, users lack a mechanism to automatically resolve them, creating friction in the development workflow. This PR integrates the existing Language Server Protocol (LSP) Code Action feature into the BI extension to enable:

  • Auto-fixes: Allowing users to resolve common diagnostic issues with a single click.
  • Improved UX: Streamlining error handling in the expression editor and form builders.
  • Consistency: Leveraging standard language server capabilities to maintain parity with other development tools.

Related Tasks

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kanushka kanushka marked this pull request as draft February 13, 2026 01:14
@kanushka kanushka changed the base branch from release/bi-1.7.x to main February 16, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant