Slava / tern-meteor

Autocompletion plugin for Meteor 1.0 (extending TernJS)

Home Page:https://www.youtube.com/watch?v=5cAHxpNEHTc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime3 is crashing after adding meteor.js into TermJS plugin forlder

chompomonim opened this issue · comments

commented

I just added meteor.js into TermJS/termjs/plugins frolder. Then I opened edit project and added there:
"ternjs": {
"libs": ["browser", "underscore", "jquery"],
"plugins": {
"meteor": {}
}
}

Finally I started to type and my Sublime Text 3 started to slowdown after typing first letter. Finally it become unresponsive and all system become so slow too.

Your bug report isn't sufficient to do any work as:

  • you don't specify in details neither your environment, nor what you do
  • you don't give a concrete reproduction
  • it might as well be a fault of either of ternjs itself, ternjs for sublime, sublime or any combination of those, try to narrow down your case

I also had this issue. SublimeText 3 was crashing after installations.

problem solved after:

  • I remove PyV8 package also Emmet (reason is if you installed Emmet before its has outdated PyV8, so reinstalling it load newer version of PyV8)
  • then I configure TernJS following the article on Meteorpedia http://www.meteorpedia.com/read/Sublime_Text
  • dont forget that line. The reason it crashes i think.
    "exclude": [".meteor/", "node_modules/"],
  • And the last thing. I dont know why. But keep .sublime-project file in your meteor project
/client
/server
model.js
app.sublime-project

I don't know if this is still an issue, but please try out my new stand-alone package for ST3 that doesn't require any configuration: https://github.com/Slava/tern-meteor-sublime