feat: VS Code extension for AADL — syntax, LSP, live diagram (v0.2.0)#57
Merged
feat: VS Code extension for AADL — syntax, LSP, live diagram (v0.2.0)#57
Conversation
TextMate grammar, native LSP, jco-transpiled WASM renderer with WASI fs shim, interactive diagram webview. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 tasks: spar-wasm upgrade, extension scaffold, TextMate grammar, LSP client, WASM build/transpile, WASI shim, renderer, diagram webview, tests, release pipeline, version bump. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace inline SVG renderer with spar-render::render_instance_html(). WASM render() now returns interactive HTML with: - Port visualization (circles, direction triangles, type colors) - Orthogonal edge routing - Pan/zoom/selection (embedded JavaScript) - Semantic zoom etch + spar-render compile cleanly to wasm32-wasip2. 23 tests pass (updated integration tests for HTML output). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…diagram VS Code extension for AADL v2.2: - TextMate grammar: keywords, categories, features, connections, properties, comments, strings, numbers, annexes - Language configuration: comment toggling, brackets, indentation - LSP client: connects to spar lsp binary (10 IDE features) - Diagram webview: interactive HTML panel, updates on save (300ms debounce) - Root selection: auto-detect system implementations, QuickPick, status bar - Error handling: graceful fallback messages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- build-vsix job: npm install, compile, vsce package - publish-vsix job: publishes to VS Code Marketplace (requires VSCE_PAT secret) - VSIX included in GitHub Release assets Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Old render_graph_to_svg() and helpers replaced by spar-render/etch. Remove ~500 lines of dead code that caused -D warnings CI failure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New VS Code extension
pulseengine.spar-aadlfor AADL v2.2:Features
spar lspbinary for 10 IDE features (diagnostics, hover, go-to-def, completion, rename, formatting, code actions, symbols, inlay hints)spar-wasm upgrade
Test plan
🤖 Generated with Claude Code