{"id":15411106,"url":"https://github.com/7sharp9/rustycode","last_synced_at":"2025-07-30T02:10:44.006Z","repository":{"id":141316247,"uuid":"46808780","full_name":"7sharp9/RustyCode","owner":"7sharp9","description":"Rust for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2015-11-24T17:55:19.000Z","size":114,"stargazers_count":2,"open_issues_count":0,"forks_count":42,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T05:24:30.073Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/7sharp9.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-24T17:53:18.000Z","updated_at":"2024-08-29T09:54:32.000Z","dependencies_parsed_at":"2023-03-13T19:57:53.792Z","dependency_job_id":null,"html_url":"https://github.com/7sharp9/RustyCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/7sharp9/RustyCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sharp9%2FRustyCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sharp9%2FRustyCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sharp9%2FRustyCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sharp9%2FRustyCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7sharp9","download_url":"https://codeload.github.com/7sharp9/RustyCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sharp9%2FRustyCode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267797638,"owners_count":24145708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-01T16:48:00.539Z","updated_at":"2025-07-30T02:10:43.982Z","avatar_url":"https://github.com/7sharp9.png","language":"TypeScript","readme":"# Rust for Visual Studio Code\n\n[Changelog](CHANGELOG.md)\n\n[Roadmap](ROADMAP.md)\n\nThis extension adds advanced language support for the Rust language to VS Code, including:\n\n- Autocompletion (using `racer`)\n- Go To Definition (using `racer`)\n- Format (using `rustfmt`) *formatOnSave is experimental*\n- [_not implemented yet_] Snippets\n- [_not implemented yet_] Cargo tasks \n\n\n### IDE Features\n![IDE](ide_features.png)\n\n## Using\n\nFirst, you will need to install Visual Studio Code `0.10` or newer. In the command pallete (`cmd-shift-p`) select `Install Extension` and choose `RustyCode`.\n\nThen, you need to install Racer (instructions and source code [here](https://github.com/phildawes/racer)).\n\nAlso, you need to install Rustfmt (instructions and source code [here](https://github.com/rust-lang-nursery/rustfmt))\n\nAnd last step is downloading Rust language source files from [here](https://github.com/rust-lang/rust).\n\n### Options\n\nThe following Visual Studio Code settings are available for the RustyCode extension. These can be set in user preferences or workspace settings (`.vscode/settings.json`)\n\n```javascript\n{\n\t\"rust.racerPath\": null, // Specifies path to Racer binary if it's not in PATH\n\t\"rust.rustLangSrcPath\": null, // Specifies path to /src directory of local copy of Rust sources\n\t\"rust.rustfmtPath\": null, // Specifies path to Rustfmt binary if it's not in PATH\n\t\"rust.formatOnSave\": false, // Turn on/off autoformatting file on save (EXPERIMENTAL)\n}\n```\n\n## Building and Debuggind the Extension\n\n[Repository](https://github.com/saviorisdead/RustyCode)\n\nYou can set up a development enviroment for debugging the extension during extension development.\n\nFirst make sure you do not have the extension installed in `~/.vscode/extensions`. Then clone the repo somewhere else on your machine, run `npm install` and open a development instance of Code.\n\n```bash\nrm -rf ~/.vscode/extensions/RustyCode\ncd ~\ngit clone https:://github.com/saviorisdead/RustyCode\ncd RustyCode\nnpm install\nnpm run-script compile\ncode .\n```\n\nYou can now go to the Debug viewlet and select `Launch Extension` then hit run (`F5`).\nIf you make edits in the extension `.ts` files, just reload (`cmd-r`) the `[Extension Development Host]` instance of Code to load in the new extension code.  The debugging instance will automatically reattach.\n\n## License\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7sharp9%2Frustycode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7sharp9%2Frustycode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7sharp9%2Frustycode/lists"}