John Berquist
John Berquist
I agree that Goto Definition is wonderful, and it is actually a core Sublime Text feature. I would have expected that you could right click on "GetPortalType" in either example...
Thanks for this. I do have a couple of questions. I see you added the ability to specify the `host` in per request settings, but it doesn't look like that...
Thanks for the follow up. With regard to the settings for the host, I am referring specifically to the change made to `com/api.cfc` where you added `host` to the per...
Hi @gpickin, I am not sure I follow, could you give me an example of the issue?
@MordantWastrel Thanks, that is helpful. Reading your comment, I realized that `watch` is technically using globs, and I bet the settings resolution isn't function correctly on those. The solution is...
So my memory of how the settings resolution is performed was faulty, it is in fact already resolved per file. So I am not sure where this issue is coming...
@CreativeNotice I can't reproduce this locally, which is frustrating. When CFFormat is searching for config files it starts in the directory of the file to be formatted and then climbs...
Thanks for the report. This is a tricky situation (as things stand now). Inside of cfquery tags, cformat endeavors to preserve the white space formatting that is already in place....
I am not sure I follow this issue. Are you saying that cfformat is not aligning the colons in your two examples?
I am not able to reproduce this currently. Given your example code above, if I set `"alignment.consecutive.assignments": true` and the structs are printed over multiple lines, the colons are aligned....