-
Notifications
You must be signed in to change notification settings - Fork 63
Autocomplete not working in ST3 #156
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
Comments
Forgot to mention, I was able to get code coloring to work in ST3. Maybe completion is still on the to-do list? Can anyone chime in on the plans for bringing completions to ST3? @atomi ? Just want to know what our expectations as users should be. Also is there a roadmap somewhere for ST3? |
I have it more or less working in ST3. I simply followed someone's advice on this forum to do a manual checkout into the dev branch (or something like this, I don't know anything about github) |
Was looking at this again today on a co-worker's machine, neither of us can get code completion in a cfc working on ST3 even with the dev branch. Try it for yourself, open a cfc and try dateFormat( or any cf function. Has anyone figured this out? |
Nevermind, I see in the readme the following was listed all along: Bummer |
I upgraded to Sublime Text 3 (from 2) and downloaded the CF development branch zip file and installed it. Coloring is working fine. But auto-completion for tags and functions is not working. It would be great if this was fixed. Otherwise, I may have to revert back to sublime text 2. Thank you. |
Those of you that are experiencing this issue, could you please try the fix in #167 to verify it solves your problem? You'll need to have a git-clone based install, and then use these commands to pull in the PR for testing:
Don't forget to restart Sublime after pulling in the code changes. |
Not sure if code completion is supposed to work on ST3 but I've tried the master and development branch.
Whether I am typing listFi ... or <cfout ... sublime text says "No available completion"
I've tried reininstalling ST3 aswell, also I'm on OSX 10.10.2.
Works fine in ST2 though.
The text was updated successfully, but these errors were encountered: