Connect to remote q session and execute q statements in Sublime Text
Ctrl + Alt + q
to add q connections and quickly switch between themCtrl + e
orCtrl + Enter
to send highlighted block of text or the whole lineCtrl + Shift + e
orCtrl + Shift + Enter
to get the result in json format, similar to above (requires .j.j)- Syntax higlighing
- shows rows, column, time, mem usage at status bar
- auto complete
F1
open help at cursorF2
print variable at cursorF3
show type at cursorF4
show table and columnsF5
show environmentsshift + F5
show memory usage