{"id":35762039,"url":"https://github.com/ptbarnum4/meteor-blaze-vscode-language-server","last_synced_at":"2026-01-25T06:18:28.330Z","repository":{"id":309479074,"uuid":"1035346161","full_name":"ptbarnum4/meteor-blaze-vscode-language-server","owner":"ptbarnum4","description":"VS Code extension that adds support for Meteor/Blaze HTML Language Server","archived":false,"fork":false,"pushed_at":"2026-01-23T08:52:01.000Z","size":3600,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-24T01:31:51.453Z","etag":null,"topics":["blaze","meteorjs"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=ptbarnum4.meteor-blaze-vscode-language-server\u0026ssr=false#overview","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/ptbarnum4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-10T07:37:57.000Z","updated_at":"2026-01-23T03:47:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ac3d56c-dc0e-42cb-ac4b-8a5921694b2d","html_url":"https://github.com/ptbarnum4/meteor-blaze-vscode-language-server","commit_stats":null,"previous_names":["ptbarnum4/meteor-blaze-vscode-language-server"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/ptbarnum4/meteor-blaze-vscode-language-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptbarnum4%2Fmeteor-blaze-vscode-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptbarnum4%2Fmeteor-blaze-vscode-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptbarnum4%2Fmeteor-blaze-vscode-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptbarnum4%2Fmeteor-blaze-vscode-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptbarnum4","download_url":"https://codeload.github.com/ptbarnum4/meteor-blaze-vscode-language-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptbarnum4%2Fmeteor-blaze-vscode-language-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28745840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["blaze","meteorjs"],"created_at":"2026-01-06T23:23:05.613Z","updated_at":"2026-01-25T06:18:28.318Z","avatar_url":"https://github.com/ptbarnum4.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor/Blaze HTML Language Server\n\n[![CI](https://github.com/ptbarnum4/meteor-blaze-vscode-language-server/actions/workflows/ci.yml/badge.svg)](https://github.com/ptbarnum4/meteor-blaze-vscode-language-server/actions/workflows/ci.yml)\n\n\u003e **⚠️ Early Release Notice**: This is a new extension under active development. While functional, it may contain bugs or incomplete features. Please [report any issues](https://github.com/ptbarnum4/meteor-blaze-vscode-language-server/issues) you encounter to help improve the extension. Contributions and feedback are greatly appreciated!\n\nA VS Code extension that provides intelligent language support for Meteor/Blaze templates within HTML files. Automatically detects Meteor templates and provides syntax highlighting, code completion, hover information, go-to-definition, and cross-file analysis.\n\n## ✨ Key Features\n\n- **🎯 Smart Template Detection** - Automatically activates for HTML files containing `\u003ctemplate name=\"...\"\u003e` tags\n- **🎨 Syntax Highlighting** - Full Blaze templating syntax support (`{{helper}}`, `{{#if}}`, etc.)\n- **💡 Intelligent Code Completion** - Template helpers, CSS classes, built-in Blaze helpers, and template inclusions\n- **📐 Template Parameter Completion** - Smart suggestions for template parameters and values during template invocations\n- **🎨 Auto-Formatting** - Automatically formats multi-line template invocations with proper indentation\n- **✨ Auto-Insert End Tags** - Automatically completes Blaze block tags (`{{#if}}` → `{{/if}}`)\n- **🔍 Cross-file Intelligence** - Analyzes neighboring TypeScript/JavaScript and CSS files for completions\n- **📋 Rich Hover Information** - Shows helper definitions, file locations, and documentation\n- **🎯 Go-to-Definition** - Navigate from helper usage to definition\n- **🚨 Block Validation** - Detects missing or mismatched Blaze block end tags\n\n## 🚀 Quick Start\n\n### Installation\n\n1. **From VS Code Marketplace**: Search for \"Meteor/Blaze HTML Language Server\" in VS Code Extensions\n2. **Manual Installation**: Download the [latest .vsix file](https://github.com/ptbarnum4/meteor-blaze-vscode-language-server/releases) and install via \"Extensions: Install from VSIX...\"\n\n### Usage\n\n1. **Open an HTML file** containing Meteor templates:\n\n   ```html\n   \u003ctemplate name=\"myTemplate\"\u003e\n     \u003cdiv\u003e{{helper}}\u003c/div\u003e\n   \u003c/template\u003e\n   ```\n\n2. **Add template helpers** in the same directory:\n\n   ```javascript\n   Template.myTemplate.helpers({\n     helper: () =\u003e 'Hello, Meteor!'\n   });\n   ```\n\n3. **Start coding!** Enjoy syntax highlighting, auto-completion, and intelligent features.\n\n## ⚙️ Configuration\n\n\u003e [!NOTE]\n\u003e Extensions cannot set the `editor.semanticTokenColorCustomizations` setting programmatically due to VS Code limitations. Users must manually add these configuration to their settings.json to enable preferred semantic token color customizations. We encourage you to include the following for the best experience:\n\nBasic configuration in VS Code settings:\n\n```json\n{\n  // Basic language server settings\n  \"meteorLanguageServer.maxNumberOfProblems\": 100,\n  \"meteorLanguageServer.trace.server\": \"off\",\n\n  // Block condition decoration overrides - distinctly different from defaults\n  \"editor.semanticTokenColorCustomizations\": {\n    \"rules\": {\n      \"blazeBlockHash\": { \"foreground\": \"#808080\", \"fontStyle\": \"bold\" },\n      \"blazeBlockName\": { \"foreground\": \"#f177ff\", \"fontStyle\": \"italic bold\" },\n      \"blazeBlockArgs\": { \"foreground\": \"#fffec4\", \"fontStyle\": \"bold\" },\n      \"blazeBlockFirstArg\": { \"foreground\": \"#ffd16f\", \"fontStyle\": \"bold\" },\n      \"blazeBlockSingleArg\": { \"foreground\": \"#ffd16f\", \"fontStyle\": \"bold\" },\n      \"blazeExpression\": { \"foreground\": \"#ffd16f\" },\n      \"blazeBlockIn\": { \"foreground\": \"#00ffa2\", \"fontStyle\": \"italic bold\" },\n      \"delimiter\": { \"foreground\": \"#808080\", \"fontStyle\": \"bold\" }\n    }\n  },\n  \"meteorLanguageServer.blockConditions\": {\n    \"extend\": [\n      {\n        \"type\": \"mrkdwn\",\n        \"label\": \"Custom Markdown Block\",\n        \"propNames\": [\"text\", \"markdown\", \"content\"],\n        \"requiresEndTag\": true,\n        \"autoInsertEndTag\": true\n      }\n    ],\n    \"margin\": \"0 0 0 0.75em\",\n    \"fontStyle\": \"italic\",\n    \"color\": \"#727272\"\n  },\n\n  \"meteorLanguageServer.blazeHelpers\": {\n    \"extend\": [\n      {\n        \"name\": \"#mrkdwn\",\n        \"doc\": \"Custom markdown block\"\n      }\n    ]\n  },\n\n  // New: Rich global helper configuration with parameters and examples\n  \"meteorLanguageServer.globalHelpers\": {\n    \"extend\": [\n      {\n        \"name\": \"formatDate\",\n        \"doc\": \"Format dates with custom patterns\",\n        \"params\": [\n          {\n            \"name\": \"date\",\n            \"type\": [\"string\", \"Date\"],\n            \"doc\": \"Date to format\"\n          }\n        ],\n        \"return\": { \"type\": \"string\" },\n        \"examples\": [{ \"html\": \"{{ formatDate createdAt }}\" }]\n      }\n    ]\n  }\n\n}\n```\n\n### Configuration Visuals\n\n![Blaze Block Example 1](./docs/img/semanticTokenColorCustomizations_1.png)\n\n### Example Configuration Files\n\nFor more configuration examples, see the example files in the [docs directory](./docs/):\n- **[example-settings.jsonc](./docs/example-settings.jsonc)** - Basic configuration\n- **[example-settings-auto-insert.jsonc](./docs/example-settings-auto-insert.jsonc)** - Auto-insert end tags\n- **[example-settings-blazeHelpers-colors.jsonc](./docs/example-settings-blazeHelpers-colors.jsonc)** - Custom helper colors\n- **[example-blaze-token-theme.jsonc](./docs/example-blaze-token-theme.jsonc)** - TextMate token customization\n\n📖 **For complete configuration options and advanced features, see [docs/SETUP.md](./docs/SETUP.md)**\n\n## 📚 Documentation\n\n- **[📖 Complete Documentation](./docs/README.md)** - All documentation in one place\n- **[⚙️ Configuration Guide](./docs/SETUP.md)** - Detailed configuration options\n- **[🛠️ Development Guide](./docs/development/DEVELOPMENT.md)** - Contributing and development setup\n- **[✨ Feature Documentation](./docs/FEATURES.md)** - Detailed feature explanations\n- **[📝 Changelog](./docs/CHANGELOG.md)** - Version history\n\n## 🆘 Need Help?\n\n- **[🐛 Report Issues](https://github.com/ptbarnum4/meteor-blaze-vscode-language-server/issues)** - Bug reports and feature requests\n- **[🔧 Troubleshooting](./docs/SETUP.md#troubleshooting)** - Common issues and solutions\n- **[� Development](./docs/development/DEVELOPMENT.md)** - Contributing to the project\n\n## 📄 License\n\nMIT License - see [LICENSE](./LICENSE) file for details.\n\n---\n\n**Made with ❤️ for the Meteor.js community**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptbarnum4%2Fmeteor-blaze-vscode-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptbarnum4%2Fmeteor-blaze-vscode-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptbarnum4%2Fmeteor-blaze-vscode-language-server/lists"}