ColdFusion icon indicating copy to clipboard operation
ColdFusion copied to clipboard

Autocomplete not working in ST3

Open timsayshey opened this issue 9 years ago • 6 comments

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 avatar Feb 21 '15 14:02 timsayshey

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?

timsayshey avatar Apr 21 '15 13:04 timsayshey

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.

Demasso avatar Apr 21 '15 13:04 Demasso

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 avatar Aug 03 '15 16:08 timsayshey

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

Bummer

timsayshey avatar Aug 03 '15 16:08 timsayshey

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.

neoramos avatar Aug 03 '15 16:08 neoramos

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.

atuttle avatar Sep 04 '15 12:09 atuttle