{"id":33899852,"url":"https://github.com/smpanaro/vscode-flatbuffers-language-server","last_synced_at":"2026-04-05T11:32:16.808Z","repository":{"id":319729334,"uuid":"1079437604","full_name":"smpanaro/vscode-flatbuffers-language-server","owner":"smpanaro","description":"FlatBuffers Language Server support for VSCode","archived":false,"fork":false,"pushed_at":"2025-10-20T14:55:22.000Z","size":986,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-13T04:45:03.058Z","etag":null,"topics":["flatbuffers","vscode-extension","vscode-language"],"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/smpanaro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-19T19:59:42.000Z","updated_at":"2025-10-20T14:55:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"548a756c-94ec-40f7-a8a6-9c4201b2369e","html_url":"https://github.com/smpanaro/vscode-flatbuffers-language-server","commit_stats":null,"previous_names":["smpanaro/vscode-flatbuffers-language-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smpanaro/vscode-flatbuffers-language-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smpanaro%2Fvscode-flatbuffers-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smpanaro%2Fvscode-flatbuffers-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smpanaro%2Fvscode-flatbuffers-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smpanaro%2Fvscode-flatbuffers-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smpanaro","download_url":"https://codeload.github.com/smpanaro/vscode-flatbuffers-language-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smpanaro%2Fvscode-flatbuffers-language-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31434624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: 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":["flatbuffers","vscode-extension","vscode-language"],"created_at":"2025-12-11T22:12:14.239Z","updated_at":"2026-04-05T11:32:16.800Z","avatar_url":"https://github.com/smpanaro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-flatbuffers-language-server\n\n![VSCode Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/smpanaro.flatbuffers-language-server?label=vscode%20marketplace)\n\n\n[VSCode](https://code.visualstudio.com) editor extension to add language server features for [FlatBuffers](https://flatbuffers.dev). Powered by [flatbuffers-language-server](https://github.com/smpanaro/flatbuffers-language-server).\n\n\u003cimg width=\"1028\" alt=\"screenshot of a flatbuffer file in vscode\" src=\"https://github.com/smpanaro/vscode-flatbuffers-language-server/raw/HEAD/images/hover.png\" /\u003e\n\n## Features\n\n- Hover to see type definitions and comments.\n- Click to go to definition or see references.\n- Completions for types and keywords.\n- Real `flatc` errors and warnings in your editor.\n- Quick fixes for some errors.\n- Rename custom types across files.\n\n## Install\n\nOn the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=smpanaro.flatbuffers-language-server).\n\n## Requirements\n\nYou'll need to install a separate extension for FlatBuffers syntax highlighting. [This one](https://marketplace.visualstudio.com/items?itemName=floxay.vscode-flatbuffers) works.\n\n## Extension Settings\n\nYou can configure how the extension finds the language server binary.\n\n* `flatbuffers.languageServer.autoDownload`: Have the extension automatically download updates to the language server. (Default: false)\n* `flatbuffers.languageServer.path`: Specify a path to the language server binary. When unset, the extension will search for a binary in your PATH before offering to download one.\n    * You can download a pre-compiled binary [here](https://github.com/smpanaro/flatbuffers-language-server/releases) or [build from source](https://github.com/smpanaro/flatbuffers-language-server).\n\n## Release Notes\n\nMost of the extension functionality comes from the [language server](https://github.com/smpanaro/flatbuffers-language-server). These release notes cover VSCode-specfic configurations.\n\n### 0.0.1\n\nInitial release:\n- Configure a language server binary path\n- Option to have the extension download a binary\n- Option to have the extension keep the binary up to date\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmpanaro%2Fvscode-flatbuffers-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmpanaro%2Fvscode-flatbuffers-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmpanaro%2Fvscode-flatbuffers-language-server/lists"}