-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Sprint 30 hangs when typing #5052
Comments
looks like codeassist/autocomplete is just taking way too long and making Brackets unusable. Anyway to disable it until this performance bug is resolved? I don't see a setting to turn it off? |
@doubletaketech There is (what should be) a one-time lag when you first open Brackets when the JS hint engine is parsing files and build data tables. So, restarting Brackets might make it worse. After it "starts working again" are there any further lags, or just one (big) lag? Also, the size of the initial lag is proportional to the size and complexity of your project. How many files/bytes is your project? |
Basically, I have to wait every time and it is rare that it actually responds right away. I could have brackets open for hours and it still lags. 3 MB, one index.html with JQuery, Bootstrap and other smaller libraries. I would not consider it complex, maybe 500 lines of JS code. Does it matter if the JS in inside the same page or external file? I can move some of the code into separate external files if that will help. I really love Brackets with Live and with Theseus, so I hope there are ways to optimize JS hint performance or turn it off. Thanks |
Also, please uninstall all extensions and let me know if problem persists. Thanks. |
Tried that already a few times. No impact. |
Sounds like a lag was introduced in Sprint 30 -- we'll take a look. |
There's a known issue with code hint lagginess while editing JS in To temporarily disable code hints, you can move the |
Yes, this matches my case. I will try it in js file. I can just move my scripts outside the html, if that is a good workaround. Appreciate the feedback. Don |
Instead of disabling JS code hinting, you can also selectively exclude some files or directories with a configuration file called ".jscodehints". You can look at this wiki https://github.com/adobe/brackets/wiki/JavaScript-Code-Hints#configuration regarding the config file. See whether using the config file fixes the issue for you. |
much better in external js file. :) I will close this for now assuming the html page issue is being worked. Thanks! |
I've got the same issue on sprint 30 and sprint 31. While disabling hints totally is worse variant of both I can't implement precise selection of file types to disable hinting. Can anybody please help me with finding exact place where should I place this . jscodehints file? I just can't find it in documentation :\ |
@lazarev You put it in your project root directory. |
Periodically, as soon as I start typing anything Brackets Sprint 30 freezes and I can't do anything. I did not see this in previous updates. I'm on OSX 10.7.5 . Restarting Brackets doesn't even help. Then, it randomly decides to start working again. Very strange.
Wish I had more details, but just thought I'd let you know.
Don
The text was updated successfully, but these errors were encountered: