Add VS Code extension for Robot Framework Skills#1
Open
Conversation
Complete VS Code extension (robotframework-skills) that complements RobotCode with curated snippets, code generators, keyword reference, migration tools, and test result analysis. Extension features: - 46 snippets across 7 libraries (Browser, Selenium, Appium, Requests, RESTinstance, BuiltIn, RF structure) - 8 commands: search/explain keywords, generate keywords/tests, scaffold projects, analyze results, check environment, modernize syntax - Keyword browser tree view with 114 pre-indexed keywords across 6 libs - Test results tree view with output.xml parsing - 3 webviews: results dashboard, keyword docs, migration report - 7 migration code actions ([Return]->RETURN, Run Keyword If->IF/END, etc.) - Code lenses for Run/Debug tests - Hover documentation and completion provider - Deprecated syntax diagnostics - Status bar items (RF version, test results) - Python script bridge via child_process (reuses existing scripts) - CI/CD workflow for build, test, snippet validation, VSIX packaging - Comprehensive implementation plan in docs/ Builds: TypeScript compiles with 0 errors, esbuild produces 57KB bundle Package: Valid VSIX at 83KB with 33 files Tests: 5 test suites (extension, invoker, snippets, providers, keyword index) Co-Authored-By: claude-flow <ruv@ruv.net>
Resized logo.webp from 736x736 to 128x128 PNG. Co-Authored-By: claude-flow <ruv@ruv.net>
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
robotframework-skills) that complements RobotCode with curated snippets, code generators, keyword reference, migration tools, and test result analysisdocs/vscode-extension-implementation-plan.mdFeatures
Phase 1: Snippets + Commands
child_processPhase 2: Tree Views + Webviews
Phase 3: Code Actions + Providers
[Return]→RETURN,Run Keyword If→IF/END, etc.)Phase 4: Testing + CI/CD + Documentation
Validation
rf-prefixedTest plan
code --install-extension robotframework-skills-0.1.0.vsixrf-browser-setup)🤖 Generated with claude-flow