{"id":13340942,"url":"https://github.com/wk-j/vscode-cil-complete","last_synced_at":"2025-08-15T03:32:23.112Z","repository":{"id":94333258,"uuid":"80840556","full_name":"wk-j/vscode-cil-complete","owner":"wk-j","description":"IL Syntax and Snippets","archived":false,"fork":false,"pushed_at":"2020-05-17T12:00:20.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-24T06:30:40.125Z","etag":null,"topics":["cil","il","msil","snippets","syntax","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=wk-j.vscode-cil-complete","language":"Shell","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/wk-j.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-03T15:16:05.000Z","updated_at":"2024-04-25T03:59:01.000Z","dependencies_parsed_at":"2023-04-29T15:01:13.210Z","dependency_job_id":null,"html_url":"https://github.com/wk-j/vscode-cil-complete","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/wk-j%2Fvscode-cil-complete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Fvscode-cil-complete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Fvscode-cil-complete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Fvscode-cil-complete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wk-j","download_url":"https://codeload.github.com/wk-j/vscode-cil-complete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229890117,"owners_count":18140043,"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":["cil","il","msil","snippets","syntax","vscode","vscode-extension"],"created_at":"2024-07-29T19:24:30.763Z","updated_at":"2024-12-16T00:12:52.895Z","avatar_url":"https://github.com/wk-j.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## IL Syntax and Snippets\n\n## Installation\n\n\u003e `ext install vscode-cil-complete`\n\n## Snippets\n\n- prog (New program)\n- pubc (Public class)\n- pric (Private class)\n- pubm (Public method)\n- prim (Private method)\n\n## Sample\n\n```javascript\nprog\u003ctab\u003e\n```\n\n## Result\n\n```csharp\n.assembly extern mscorlib {}\n.assembly 'App' {}\n.class private auto ansi beforefieldinit Program extends [mscorlib]System.Object {\n    .method private hidebysig static void Main ( string[] args) cil managed {\n        .entrypoint\n        \n        ret\n    }\n    .method public hidebysig specialname rtspecialname instance void .ctor () cil managed {\n        ldarg.0\n        call instance void [mscorlib]System.Object::.ctor()\n        ret\n    }\n} \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwk-j%2Fvscode-cil-complete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwk-j%2Fvscode-cil-complete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwk-j%2Fvscode-cil-complete/lists"}