{"id":27234327,"url":"https://github.com/sirm2z/rax-helper","last_synced_at":"2026-04-18T17:02:29.878Z","repository":{"id":47943097,"uuid":"220146281","full_name":"SirM2z/rax-helper","owner":"SirM2z","description":":hammer_and_pick: Visual Studio Code plugin for Rax.js","archived":false,"fork":false,"pushed_at":"2022-12-30T19:01:37.000Z","size":13171,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T15:51:43.091Z","etag":null,"topics":["extension","javascript","rax","vscode"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SirM2z.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-07T03:45:51.000Z","updated_at":"2019-12-21T14:13:53.000Z","dependencies_parsed_at":"2023-01-31T13:46:24.582Z","dependency_job_id":null,"html_url":"https://github.com/SirM2z/rax-helper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SirM2z/rax-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirM2z%2Frax-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirM2z%2Frax-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirM2z%2Frax-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirM2z%2Frax-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SirM2z","download_url":"https://codeload.github.com/SirM2z/rax-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirM2z%2Frax-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","javascript","rax","vscode"],"created_at":"2025-04-10T15:25:46.484Z","updated_at":"2026-04-18T17:02:29.873Z","avatar_url":"https://github.com/SirM2z.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rax-helper\n\n**Rax-helper** is a VS Code extension for Rax.js.\n\n## Features\n\n- [x] Autocomplete\n- [x] Snippets\n- [x] support JavaScript and TypeScript language\n\n## Usage\n\n![rax-helper](./rax-helper.gif)\n\n## Snippets\n\nSupport snippets list:\n\n- `toast`\n\n  ```\n  Toast.show(\"\", 2000);\n  ```\n\n- `alert`\n\n  ```\n  alert({\n    title: 'title',\n    content: 'content',\n    buttonText: 'tbuttonText'\n  }).then(() =\u003e {\n    console.log('sure');\n  });\n  ```\n\n- `confirm`\n\n  ```\n  confirm({\n    title: 'title',\n    content: 'tcontent',\n    confirmButtonText: 'confirmButtonText',\n    cancelButtonText: 'cancelButtonText'\n  }).then((confirm) =\u003e {\n    console.log(confirm);\n  });\n  ```\n\n- `navpush`\n\n  ```\n  Navigate.push({\n    url: 'url',\n    animated: true // only support weex\n  }).then(() =\u003e {\n  });\n  ```\n\n- `navpop`\n\n  ```\n  Navigate.pop({\n    animated: false // only support weex\n  }).then(() =\u003e {\n  });\n  ```\n\n- `navgo`\n\n  ```\n  Navigate.go({\n    step: '-1',\n    animated: false // only support weex\n  }).then(() =\u003e {\n  });\n  ```\n\n## Tips\n\nYou can put intelliSense in advance by setting `\"editor.snippetSuggestions\": \"top\"`\n\n**Enjoy!** 😄\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirm2z%2Frax-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirm2z%2Frax-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirm2z%2Frax-helper/lists"}