So far the most requested bit for cftextmate (that I've heard) is the
ability to get code completing on tags. I've add the feature to
cftextmate, but the functionality is pretty alpha. It works sometimes
though, and it's actually quite helpful.
To use it you have to be in a tag. When you type < it'll auto
complete to <|>. At this point if you hit ctrl+space bar (or alt+esc)
you should get a list of all the cf tags (as seen in the attached shot)
You can start typing to select a tag or use the down / up arrows (I
wish ctrl+p and ctrl+n worked, but eh).
Once you have a tag chosen, hit the space bar to add a space, and then
another ctrl+space will bring up the attribute list:
Currently I am only generating this off the latest cfml stuff (no
railo or bluedragon stuff just yet).
If you want to play around with this you can download it here:
http://s3.amazonaws.com/software.robrohan.com/CFTextMate/Alpha/ColdFusion.tmbundle.zip
rob
From what I can tell you are well on your way to doing tag/function insights, sort of similar to what's in dreamweaver or eclipse right?
Would we be able to type say cffile and click ctrl+space and choose one attribute and then ctrl+space again and pick another?
What about say in functions without using tab triggers such as if I typed: listFindNoCase("value1,value2", could I then click ctrl+space and see that the remaining attributes are "value, delimiter" and be able to choose the value attribute?