-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Ability to turn off code hinting #4358
Comments
As a workaround for now, you can move aside or delete the JavaScript code hints extension. First, locate the Brackets source folder in your installation; on Windows, this is in the "www" folder next to the Brackets executable (in Program FIles\Brackets Sprint 28); on Mac, you have to select the Brackets application file, right-click and choose "Show Package Contents", then navigate into the Contents/www folder. Within the www folder, navigate into extensions/default, then select the JavaScriptCodeHints folder and move it somewhere else (e.g. to your desktop). Then restart Brackets and JS code hinting should be disabled. To re-enable it, you can just move the folder back in. |
Assigning to me to track until we figure out what's going on. |
Thank you much. The lag of this feature was making Brackets unusable as the javascript portion of my project grew in size/complexity. Will there be a menu option soon? |
I'm also experiencing this slowdown with JS autocomplete when using Brackets sprint 30. I found that it was occurring mostly when trying to autocomplete JS that was inline inside of my .html documents. If I moved this JS to an external .js file, then the autocomplete ran perfectly with no lag. |
I experienced this yesterday, too. |
It's happened in a .js file to me. |
Ok, I've tested it on my old Vista-PC (it is really slow). |
Happens for me in .js files. I'm on Windows 7 |
Tagging JS Code Hints and reassigning to |
We've had the ability to turn off code hints for quite some time now. The secondary issue in this bug is poor performance of JS code hints, but we have a bunch of items in Trello about improving JS code hints (such as this one). Any objections to closing this? (CC |
👍 |
How can i turn off auto tag closing? |
See info about the |
Friday Aug 09, 2013 at 05:54 GMT
Originally opened as adobe/brackets#4716
My computer performance is not very good....
when i use brackets 28.. edit javascript code are slow..
example: input "al"(alert) or "fun"(function)..
software will stop.. wait about 300~500 Millisecond.
then pop out auto complete list...
this is Annoying...
how to close auto complete Feature?
Thanks!
The text was updated successfully, but these errors were encountered: