CodeKit2
CodeKit2 copied to clipboard
Request: Local variables
How about having a select button to assign local variables? For example, I have a list of variables that should be rendered in my view. Right now, I do that in Jade, but that doesn't allow multiline, so no pretty js/json for my vars. I have to stringify it first. Local variables in CodeKit would solve that.
Sorry about the close-reopen thing. I wanted to add that it is a Request, not a bug.
+1, Jade is useless without it
+1. +100 if i can. :p
+1, jade compiler has a --obj option in CLI which accepts json file. It would be easy addition just to check if there is same filename same as jade but with json extension and include it as locales using --obj option.