{"id":21555043,"url":"https://github.com/suspiciouslookingowl/vscode-socket.io-emitter","last_synced_at":"2026-05-07T04:32:20.234Z","repository":{"id":42828493,"uuid":"266204978","full_name":"SuspiciousLookingOwl/vscode-socket.io-emitter","owner":"SuspiciousLookingOwl","description":"Visual Studio Code extension that allows you to connect to your Socket.io server and emits events.","archived":false,"fork":false,"pushed_at":"2023-03-04T19:49:30.000Z","size":371,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T03:19:41.554Z","etag":null,"topics":["socket-io","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=vincentjonathan.socket-io-emitter","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/SuspiciousLookingOwl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-22T20:50:42.000Z","updated_at":"2022-02-13T12:55:23.000Z","dependencies_parsed_at":"2024-11-24T08:15:11.046Z","dependency_job_id":null,"html_url":"https://github.com/SuspiciousLookingOwl/vscode-socket.io-emitter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SuspiciousLookingOwl/vscode-socket.io-emitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuspiciousLookingOwl%2Fvscode-socket.io-emitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuspiciousLookingOwl%2Fvscode-socket.io-emitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuspiciousLookingOwl%2Fvscode-socket.io-emitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuspiciousLookingOwl%2Fvscode-socket.io-emitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuspiciousLookingOwl","download_url":"https://codeload.github.com/SuspiciousLookingOwl/vscode-socket.io-emitter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuspiciousLookingOwl%2Fvscode-socket.io-emitter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264608131,"owners_count":23636683,"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":["socket-io","vscode","vscode-extension"],"created_at":"2024-11-24T08:00:48.389Z","updated_at":"2025-10-20T01:43:04.969Z","avatar_url":"https://github.com/SuspiciousLookingOwl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# socket-io-emitter README\n\n`socket-io-emitter` is a simple Visual Studio Code Extension that allows you to connect to a Socket.io server and emits event to the server.\n\n## Event listened on Visual Studio Code\n\nThis extension currently listens to the following Visual Studio Code event:\n\n| VSCode Event                         | Emitted Event                 | Emitted data                                   |\n| ------------------------------------ | ----------------------------- | ---------------------------------------------- |\n| `window.onDidChangeActiveTextEditor` | `onDidChangeActiveTextEditor` | `{ fileName, lineCount, fileSize, workspace }` |\n| `workspace.onDidSaveTextDocument`    | `onDidSaveTextDocument`       | `{ fileName, lineCount, fileSize }`            |\n\nNeed other events? [Submit a feature request issue](https://github.com/VincentJonathan/vscode-socket.io-emitter/issues/new/choose)\n\n## Extension Commands\n\nThis extension contributes the following commands:\n\n- `socket.connect`: Connect to Socket.io server\n- `socket.disconnect`: Disconnect from Socket.io server\n- `socket.reconnect`: Reconnect to Socket.io server\n- `socket.setToken`: Set token value (emits Authenticate event on change)\n\n## Extension Configurations\n\nThis extension contributes the following configurations:\n\n- `socket.url`: Socket.io server url with port (e.g. http://example.com:3000 )\n- `socket.autoConnect`: Define whether to auto connect to Socket.io server when VSCode is started\n- `socket.authenticateEvent`: Event name that will be emitted after you connected to the Socket.io server (sends token)\n- `socket.onDidChangeActiveTextEditor`: Event name that will be emitted when active text editor is changed (set to empty if you don't want to emit this event)\n- `socket.onDidSaveTextDocument`: Event name that will be emitted when a file is saved (set to empty if you don't want to emit this event)\n\n## Known Issues\n\n\\-\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuspiciouslookingowl%2Fvscode-socket.io-emitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuspiciouslookingowl%2Fvscode-socket.io-emitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuspiciouslookingowl%2Fvscode-socket.io-emitter/lists"}