{"id":19376608,"url":"https://github.com/gavinray97/vscode-reascript-extension","last_synced_at":"2025-04-23T18:33:26.312Z","repository":{"id":54972181,"uuid":"326070219","full_name":"GavinRay97/vscode-reascript-extension","owner":"GavinRay97","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-13T20:10:31.000Z","size":27341,"stargazers_count":12,"open_issues_count":3,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T11:08:56.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/GavinRay97.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-01-01T22:58:58.000Z","updated_at":"2023-09-22T12:41:57.000Z","dependencies_parsed_at":"2022-08-14T07:50:31.766Z","dependency_job_id":null,"html_url":"https://github.com/GavinRay97/vscode-reascript-extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinRay97%2Fvscode-reascript-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinRay97%2Fvscode-reascript-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinRay97%2Fvscode-reascript-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GavinRay97%2Fvscode-reascript-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GavinRay97","download_url":"https://codeload.github.com/GavinRay97/vscode-reascript-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250490595,"owners_count":21439171,"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","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-11-10T08:44:30.872Z","updated_at":"2025-04-23T18:33:24.344Z","avatar_url":"https://github.com/GavinRay97.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReaScript VS Code Extension\n\nAn extension for Reaper's ReaScript API methods in VS Code.\nProvides Intellisense/Autocomplete, and doc-comments on hover for all functions.\n\n## Changelog\n\n- 0.0.1\n  - Initial version\n- 0.0.2 (1/6/2021)\n\n  - Added scraper and parser to grab docs from Ultraschall ReaScript API, and process the important stringified fields into JSON\n  - As a byproduct of using Ultraschall as a docs source, the extension now has:\n    - SWS methods\n    - JS methods\n    - Better descriptions\n    - Comments about parameter and returns values on many functions\n  - Updated formatting on the doc blocks, so that it looks much nicer. Important things are bolded, items are logically spaced, markdown used instead of plain text, etc\n  - Intellisense/Autocomplete now works without having to prefix the method with \"reaper.\" and \"gfx.\" (still need to make this a toggleable option)\n  - **NOTE**: A big thank-you to Meo-Mespotine for writing/maintaining the Ultraschall docs, and also Extremeraym for his Node function that sanitizes the XML format so that it's properly parseable.\n\n- 0.0.3 (1/10/21)\n\n  - Fixed issue where autocomplete was case-sensitive if trying to autocomplete a method preceeding a dot, IE \"getmedia\" expected to trigger \"reaper.GetMedia\\*\\* but didn't\n\n- 0.0.4 (1/18/21)\n\n  - **Added syntax highlighting for Eel/Jesusonic/WALTER (all credit to Breeder's TextMate grammar file, see copyright notice in repo)**\n  - **Added intellisense/autocomplete for Eel/Jesusonic**\n  - Method signatures now show the return types. IE, when pressing `(` to invoke `reaper.AddMediaItemToTrack`, it shows `MediaItem tr = reaper.AddMediaItemToTrack()`\n  - Large internal refactor for the shape of the JSON document used to store ReaScript functions. Better parser in Lua using Ultraschall API methods for USDocML to generate this.\n\n- 0.0.5 (1/18/21)\n  - Fixed bug with signature completion\n  - Refactored providers to classes by feature, in individual folders, implementing the provider API for that feature:\n    - ```ts\n      // In \"src/providers/eel/completion.ts\"\n      class EelCompletionItemProvider implements vscode.CompletionItemProvider {}\n      ```\n\n![Demo](vscode-reascript-extension-demo.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinray97%2Fvscode-reascript-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgavinray97%2Fvscode-reascript-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinray97%2Fvscode-reascript-extension/lists"}