-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Code Hints Don't work for me any longer (JS only) #12322
Comments
Hi @BorjeoVonDingle, do you see any errors on the console (Debug -> Show Developer Tools -> Console) |
Hi @BorjeoVonDingle, An extension maybe causing this problem, try Debug > Reload Without Extensions and get back with the results. |
There were no errors in the console. Interesting aside is that even though I reinstalled Brackets, all of my extensions and preferences were still there after the reinstall. Is there a preferences and settings folder/file somewhere that one would need to get rid to completely get rid of Brackets? |
What version of OS X are you running? When you trash any application on OS X, you are just deleting the app and not the source and cache folders. This should help you unistall Brackets completely - https://github.com/adobe/brackets/wiki/Cache-Folder |
@BorjeoVonDingle can you also check that the Node binary used by Brackets is unblocked in the firewall. I am not on OSX myself, but the steps are:
The Node executable can be found on the Brackets folder root: On Windows it's C:/Program Files (x86)/Brackets/node.exe so I think it should be something like Also on the developer tools, can you check out if there are anything weird going on in the Network tab. And like @kenzo44 mentioned just now, try to delete (or better yet, rename) the Cache folder under Application Support and launch Brackets again. |
kenzo44 petetnt, |
@BorjeoVonDingle follow these steps for completely uninstalling Brackets - https://www.youtube.com/watch?v=E6jgAIYr8to |
@BorjeoVonDingle Oh right, these steps follow those:
More info here: https://support.apple.com/en-us/HT201642 |
kenzo44 Thanks again! |
No problem. Glad I could help. |
I quickly read through this. Is code hints working now or not? Seems to have turned into "how do I remove Brackets issue". Personally, I feel code hint issues need to be tracked. I think hinting and auto complete is unreliable. See Code Hints Unreliable #11570 [Bug with JS autocompletion #12197](Bug with JS autocompletion #12197) |
K-Thompson, Thanks for following up to clarify! BVD |
Hello guys, I have probably run into the same issue and I'm not able to fix it in any way. I've tried reinstalling it even with deleting the config/cache, checked my firewall, but I'm simply not getting hints for JS anymore (I've tried HTML and it works fine). I've checked the console and network tabs in developer tools, console seems to return an error that I think is related I was able to get to get the hints running for a while, it wasn't completing automatically, but when I pressed ctrl + space multiple times, it showed hints as expected, but it stopped working since and I was not able to replicate the behaviour. Let me know if I can provide you with further information! EDIT: Okay, I've noticed, there is a specific file that breaks JS hinting... after I open the file below, JS hinting doesn't work in any file (uploading it as .txt as github doesn't support .js attachments) As I've mentioned earlier, let me know if I can give you further info. |
Hi @crash5936, could you try the PR #11569 and see if fixes the issue for you? |
@ficristo Hello, thanks a lot, it actually does fix the issue. I saw the thread before, but because I'm pretty new to git and programming in general, I was discouraged by what seemed to be quite a complicated process. Now that you've pointed me in the direction, I went through the whole process and actually learned quite a few new things, so thanks for that :) |
@crash5936 pointed out that #11569 fixed the issue for his copy of Brackets, so I just assume the overall issue is resolved as well. #11569 has been merged and will come to you in Release 1.8. |
@marcelgerber hi, i just wanted to point out that i am currently running Brackets from source to try out the fix for #11826 and since then code hints have stopped working for me. i deleted the cef_data folder and i saw no relevant error in the console. they used to work fine earlier. |
@vvks please run |
@zaggino yes, after running |
Everything has worked fine on Release 1.5. I updated to Release 1.6 and now, even when I create a simple html file, JS hints and intellisense doesn't work. It works on another computer with Windows, but not on my Mac. All I do is this:
When I type within the script tags, document. and I expect to see all of the functions (GetElementById etc..., nothing happens. If I add HTML in the body, code hints and intellisense still work. Its just for JS.
The text was updated successfully, but these errors were encountered: