{"id":49453593,"url":"https://github.com/Slava/tern-meteor","last_synced_at":"2026-06-02T05:00:38.269Z","repository":{"id":12814004,"uuid":"15489014","full_name":"Slava/tern-meteor","owner":"Slava","description":"Autocompletion plugin for Meteor 1.0 (extending TernJS)","archived":false,"fork":false,"pushed_at":"2015-12-11T16:43:16.000Z","size":887,"stargazers_count":281,"open_issues_count":13,"forks_count":21,"subscribers_count":18,"default_branch":"master","last_synced_at":"2026-03-12T23:14:37.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=5cAHxpNEHTc","language":"JavaScript","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/Slava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-28T07:34:51.000Z","updated_at":"2025-09-13T06:11:54.000Z","dependencies_parsed_at":"2022-08-25T20:11:01.949Z","dependency_job_id":null,"html_url":"https://github.com/Slava/tern-meteor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Slava/tern-meteor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slava%2Ftern-meteor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slava%2Ftern-meteor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slava%2Ftern-meteor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slava%2Ftern-meteor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Slava","download_url":"https://codeload.github.com/Slava/tern-meteor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slava%2Ftern-meteor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33806987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-04-30T04:01:03.701Z","updated_at":"2026-06-02T05:00:38.245Z","avatar_url":"https://github.com/Slava.png","language":"JavaScript","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"TernJS plugin: Meteor\n===\n\n*UPDATE*: All definitions were update to Meteor 1.0.4. There are probably some\nbugs since this project moved to definitions autogeneration, if you notice any\nAPI mismatch, report in the issues.\n\nThis is a plugin for [TernJS](http://ternjs.net) bringing support for\n[Meteor](https://www.meteor.com) JavaScript Framework. Tested on Vim and Sublime\nText 2/3, reported to work on Emacs, potentially should work on Brackets,\nLightTable, [Eclipse](https://github.com/angelozerr/tern.java/wiki/Tern-\u0026-Meteor-support) and any other CodeMirror-based editors.\n\nCheckout my presentation on Meteor Devshop 11: [Videos](https://www.youtube.com/watch?v=Lqcs6hPOcFw#t=6227) and [Slides](https://slid.es/slavakim/meteor).\nThe mailing thread for this project is [here on meteor-talk](https://groups.google.com/forum/#!searchin/meteor-talk/tern/meteor-talk/b_yGWIqXl7Y/UYsGCGLWu7sJ).\n\nGif Demos\n---\n\nTypes based auto-completion:\n\n![tern-vim-completion.gif](/demo-gifs/tern-vim-completion.gif)\n\nLook up documentation:\n\n![tern-vim-doc.gif](/demo-gifs/tern-vim-doc.gif)\n\nJump to definition:\n\n![tern-vim-jump-to-def.gif](/demo-gifs/tern-vim-jump-to-def.gif)\n\nJump to references:\n\n![tern-vim-refs.gif](/demo-gifs/tern-vim-refs.gif)\n\nGet types information (on the bottom):\n\n![tern-vim-types.gif](/demo-gifs/tern-vim-types.gif)\n\nSupported features specific to Meteor\n---\n\n- each file is wrapped in a scope\n- global variable are global project-wise\n- interface definitions converted from meteor.ts.d\n\nTodo features\n---\n\n- correctly calculate package scope and their exports\n- some auto-completion based on Templates names would be nice\n- generate docs from docs.meteor.com\n- load all Meteor related JS files on the load of any file\n- parsing of handlebars template?\n\n\nInstallation for Sublime Text 3\n---\n\n[Go and install the separate package for ST3.](https://github.com/Slava/tern-meteor-sublime)\n\nInstallation for Vim\n---\n\n**[Demo Video of Vim](https://www.youtube.com/watch?v=TIE9ZOqlvFo)**\n\nYou check out my Vim setup which is already optimized for Meteor development:\n[GitHub repo](https://github.com/Slava/vimrc). Or you can get it to your setup:\n\n- Install [tern-vim plugin](https://github.com/marijnh/tern_for_vim) with your\n  favorite package manager for Vim.\n- `cd` to `.vim` folder, `tern_for_vim` plugin folder and run `npm install` to\n  fetch `tern` npm module.\n- Download `meteor.js` file (from this repo) to tern's folder\n  `tern_for_vim/node_modules/tern/plugins`.\n- In your Meteor project create a file `.tern-project` with the contents similar\n  to:\n\n```\n    {\n      \"libs\": [\n        \"browser\",\n        \"jquery\",\n        \"underscore\"\n      ],\n      \"loadEagerly\": [ \"*.js\", \"*/*.js\", \"*/*/*.js\", \"*/*/*/*.js\" ],\n      \"dontLoad\": [ \".meteor\" ],\n      \"plugins\": {\n        \"meteor\": {}\n      }\n    }\n```\n\nNote: ignore files in `.meteor` folder. Load all JS if possible.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSlava%2Ftern-meteor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSlava%2Ftern-meteor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSlava%2Ftern-meteor/lists"}