{"id":23135647,"url":"https://github.com/viewstools/lsp","last_synced_at":"2025-07-28T09:35:24.094Z","repository":{"id":43595701,"uuid":"178956295","full_name":"viewstools/lsp","owner":"viewstools","description":"Language Server for Views","archived":false,"fork":false,"pushed_at":"2022-12-08T20:43:07.000Z","size":386,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T08:29:09.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/viewstools.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":"2019-04-01T22:25:28.000Z","updated_at":"2019-05-28T17:54:37.000Z","dependencies_parsed_at":"2023-01-25T18:15:13.644Z","dependency_job_id":null,"html_url":"https://github.com/viewstools/lsp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/viewstools/lsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viewstools%2Flsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viewstools%2Flsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viewstools%2Flsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viewstools%2Flsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viewstools","download_url":"https://codeload.github.com/viewstools/lsp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viewstools%2Flsp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260816762,"owners_count":23067369,"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-12-17T12:16:17.609Z","updated_at":"2025-06-19T19:36:06.634Z","avatar_url":"https://github.com/viewstools.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Views LSP\n\nLanguage Server for Views Tools https://docs.views.tools\n\n## Functionality\n\nThis Language Server works for plain text file. It has the following language features:\n- Completions\n- Diagnostics regenerated on each file change or configuration change\n\nIt also includes an End-to-End test.\n\n## Structure\n\n```\n.\n├── client // Language Client\n│   ├── src\n│   │   ├── test // End to End tests for Language Client / Server\n│   │   └── extension.ts // Language Client entry point\n├── package.json // The extension manifest.\n└── server // Language Server\n    └── src\n        └── server.ts // Language Server entry point\n```\n\n## Running the Sample\n\n- Run `npm install` in this folder. This installs all necessary npm modules in both the client and server folder\n- Open VS Code on this folder.\n- Press Ctrl+Shift+B to compile the client and server.\n- Switch to the Debug viewlet.\n- Select `Launch Client` from the drop down.\n- Run the launch config.\n- If you want to debug the server as well use the launch configuration `Attach to Server`\n- In the [Extension Development Host] instance of VSCode, open a document in 'plain text' language mode.\n  - Type `j` or `t` to see `Javascript` and `TypeScript` completion.\n  - Enter text content such as `AAA aaa BBB`. The extension will emit diagnostics for all words in all-uppercase.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviewstools%2Flsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviewstools%2Flsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviewstools%2Flsp/lists"}