sublime-better-javascript
sublime-better-javascript copied to clipboard
Errors every on ST3 launch after Better Javascript
After Better Javascript install now I have two errors on every ST3 launch. Even after plugin was uninstalled.
I had the same problem. To fix it, as said in Issue #5, you can do the following:
I had the same issue. After you remove the Better JavaScript package from sublime, go to Sublime Text --> Preferences --> Settings-user ---> look for "ignored_packages" and you will see sublime ignored Javascript. Just delete "Javascript" within the "ignored_packages" then you should be fine.
I have a similar issue where it happens when Better JavaScript is still installed and I get errors relating to the absence of the regular JavaScript package.
I believe I am correct in understanding that the regular package should be disabled if you've still got Better JavaScript installed - so is there another solution to this issue?
I have uninstalled Better JavaScript and completed the step above to remove Javascript from the "ignored_packages" array, and I'm still getting the error. Where does Better JavaScript put the reference to the tmLanguage file? I need to tell Sublime to stop looking for it.
Turns out the issue was that I had a JS file open whenever Sublime would open...resetting the syntax highlighting to something else, and then back to Javascript fixed the problem.
I'm still having this issue after uninstall (and on install which is why I want to remove it).
I did:
- Follow the instruction from issue #5
- Delete cache & index folders
- Close and open ST with no files open, especially JS-files
- nrutman's tipp
It seems there has been written a symlink or something to the better javascript syntax folders. Is this possible?
I get the exact error message from above.
+1 This bug is so terrible!
+1 on this bug being terrible!
I have the same error.
I had the same bugs. I then went to uninstall and it removed all my javascript syntax highlighting (by flagging the "ignore" in my user settings).
Worst plugin I've ever come across. Followed uninstall instructions but no luck, still getting same error messages. This plugin should be deprecated and removed if there is no one to fix these bugs. If not, there should be a clear warning that says "You are going to ruin your sublime so be aware before installing this plugin"
For anyone else who's still getting error messages after following the uninstallation instructions: Do close all your Sublime windows one by one after following the instructions. I'm on a mac and normally open multiple projects on separate Sublime windows. I even closed all JavaScript files from all projects, but it didn't resolve the error. So I took a deep breath and closed all my Sublime windows (again, one at a time). It eventually resolved the issue. Yay!
+1