Skip to content
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

Autocomplete not working in ST3 #156

Open
timsayshey opened this issue Feb 21, 2015 · 6 comments
Open

Autocomplete not working in ST3 #156

timsayshey opened this issue Feb 21, 2015 · 6 comments

Comments

@timsayshey
Copy link

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.

@timsayshey
Copy link
Author

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?

@Demasso
Copy link

Demasso commented Apr 21, 2015

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)
Some tags are still incorrectly closed with a closing </ tag but autocomplete is working fine here.

@timsayshey
Copy link
Author

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?

@timsayshey
Copy link
Author

Nevermind, I see in the readme the following was listed all along:
"CFScript component method completions is not yet implemented"

Bummer

@neoramos
Copy link

neoramos commented Aug 3, 2015

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.

@atuttle
Copy link

atuttle commented Sep 4, 2015

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:

git checkout -b pixilation-development development
git pull git://github.com/pixilation/ColdFusion.git development

Don't forget to restart Sublime after pulling in the code changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants