After setting up Sublime Text on my Windows Vista, I followed the advice from this post to explicitly select
View > Syntax > JavaScript > JavaScript
. However, I am still only seeing suggestions based on my previous typing. I even tried installing the SublimeCodeIntel plug-in, but it did not solve the issue.
Shouldn't I be getting options like "parseFloat" and "parseInt" automatically when I start typing "pars," similar to Chrome developer tools?
Thank you!