{"id":15747995,"url":"https://github.com/jcs090218/vscode-vscode_api","last_synced_at":"2026-01-21T14:01:31.731Z","repository":{"id":36984214,"uuid":"174365139","full_name":"jcs090218/vscode-vscode_api","owner":"jcs090218","description":"[WIP] - Easier way to use VS Code API.","archived":false,"fork":false,"pushed_at":"2023-03-06T02:56:41.000Z","size":273,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T08:41:34.889Z","etag":null,"topics":["api","tool","vscode","vscode-ex"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"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/jcs090218.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-03-07T14:55:39.000Z","updated_at":"2024-01-15T18:50:53.000Z","dependencies_parsed_at":"2024-10-31T00:32:29.330Z","dependency_job_id":null,"html_url":"https://github.com/jcs090218/vscode-vscode_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcs090218/vscode-vscode_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs090218%2Fvscode-vscode_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs090218%2Fvscode-vscode_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs090218%2Fvscode-vscode_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs090218%2Fvscode-vscode_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcs090218","download_url":"https://codeload.github.com/jcs090218/vscode-vscode_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs090218%2Fvscode-vscode_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28634785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api","tool","vscode","vscode-ex"],"created_at":"2024-10-04T05:40:18.590Z","updated_at":"2026-01-21T14:01:31.715Z","avatar_url":"https://github.com/jcs090218.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/jcs090218/vscode_api.svg?branch=master)](https://travis-ci.com/jcs090218/vscode_api)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\n# VS Code - API\n\nEasier way to use VS Code API.\n\n\n## Getting Started\n### 1. Import this Tool\nAdd this line to the code to start to use this tool.\n```ts\nimport { vscode_api } from \"./vscode_api\";\n```\n\n### 2. Create API class.\nEnsure you are in a valid text editor.\n```ts\n// Get the current text editor.\nlet editor = vscode.window.activeTextEditor;\nif (!editor)\n    return;\n\n// Create the API.\nlet api = new VSCodeAPI(editor);\n```\n\n### 3. Enjoy!~\nStart using the API from this tool. For instance, \n```ts\n// Make cursor goto the end of the current line.\napi.endOfLine();\n```\n*P.S. Check out the API section for more API informations!!*\n\n\n## API\nList of API that this tool provided.\n\n\n## Development\nHere are the following steps to contribute to this project. \n### 1. Clone this repository\n```bash\n$ git clone https://github.com/jcs090218/vscode-vscode_api\n```\n\n### 2. Start the project with VSCode\n```bash\n# Goto the project directory.\n$ cd vscode-vscode_api\n\n# Start the VSCode and start developing the tool.\n$ code .\n```\n\n### 3. Make a pull request\nLastly, make a pull request to submit what you had changed to \nthis project. There shouldn't be any issue by directly open the \nproject from VS Code and you can hit `F5` to start development \nand test.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcs090218%2Fvscode-vscode_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcs090218%2Fvscode-vscode_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcs090218%2Fvscode-vscode_api/lists"}