-
Notifications
You must be signed in to change notification settings - Fork 63
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
Function Completion #129
Comments
I don't know, are you on ST2 or ST3 development? Can you post an example of where you want the function completions? |
Right now I'm using ST2 with the development release of the ColdFusion Package. If I try to write:
ST won't complete or suggest anything while writing the structKeyList function. If I'm using the cfscript-Tag, it suggests structKeyList and complets it with: structKeyList(structure).
EDIT: Only in the development release...in the master release it works. |
Thanks for the update, I'll check it out in a day or two. |
I'm seeing this same issue on ST3. My is slightly different though. Follow these steps to duplicate:
It seems that the code hints for CFCs and CFMs are completely different, and they should be the same. |
@danshort Thanks |
I can confirm this problem in ST2. Has anyone made any progress on the solution? |
Why is there only a function completion for the cfscript tag? Is there any chance to add this feature to complete functions "everywhere"? Even if I'm using them without any cfscript?
The text was updated successfully, but these errors were encountered: