Skip to content

Language Server: Action View Helper rewrite Code Actions#1357

Merged
marcoroth merged 1 commit intomainfrom
rewrite-code-actions
Mar 11, 2026
Merged

Language Server: Action View Helper rewrite Code Actions#1357
marcoroth merged 1 commit intomainfrom
rewrite-code-actions

Conversation

@marcoroth
Copy link
Owner

@marcoroth marcoroth commented Mar 11, 2026

Based on the foundation of #1347 and #1348, this pull request implements Code Actions to transform Action View Tag Helpers to pure HTML, and from pure HTML back to Action View tag helpers. This should help to make it easier to refactor between the two syntaxes.

CleanShot.2026-03-11.at.12.03.51.mp4

Resolves #129

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 11, 2026

npx https://pkg.pr.new/@herb-tools/formatter@1357
npx https://pkg.pr.new/@herb-tools/language-server@1357
npx https://pkg.pr.new/@herb-tools/linter@1357

commit: 429af24

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 11, 2026

npx https://pkg.pr.new/@herb-tools/formatter@1357
npx https://pkg.pr.new/@herb-tools/language-server@1357
npx https://pkg.pr.new/@herb-tools/linter@1357

commit: abee92c

@github-actions
Copy link

github-actions bot commented Mar 11, 2026

🌿 Interactive Playground and Documentation Preview

A preview deployment has been built for this pull request. Try out the changes live in the interactive playground:


🌱 Grown from commit 429af24


✅ Preview deployment has been cleaned up.

@marcoroth marcoroth force-pushed the rewrite-code-actions branch from fb916ba to 429af24 Compare March 11, 2026 11:06
@marcoroth marcoroth merged commit 5fff477 into main Mar 11, 2026
20 checks passed
@marcoroth marcoroth deleted the rewrite-code-actions branch March 11, 2026 11:24
@marcoroth marcoroth modified the milestone: v1.0.0 Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code Action: Transform ActionView Tag helper to HTML

1 participant