sublime text plugin for q

I’m sharing my sublime text plugin which I have been developing using at work and at home for a while. Among many features, I find these most useful:

  • syntax highlighting

  • REPL

  • auto complete

  • connection management

  • f1-f5 shortcuts for help and print variables, environments

  • memory and time stats on status bar

Source code and some documentations are in github:

https://github.com/komsit37/sublime-q

You can install via package control:

https://packagecontrol.io/packages/q%20KDB

Hope you find it useful. Let me know if you have any feedbacks or issues!

Komsit

Nice,

Really appreciate your work. I like especially the possibility to install via package control.

Kin

Sent from my iPhone

Thanks!
This looks amazing.

Yogesh Garg

Nice one! Can the inline popups be closed by pressing Esc instead of Cmd+E?

Thanks Komsit, just switched!
One question: how can I execute q commands from console within Sublime? I can only see Ctrl+Enter on text in .q file.

Many thanks!

Daniel

Hi Morten, 

Thanks! I’ve added esc shortcut in the latest version. 
https://github.com/komsit37/sublime-q/releases/tag/0.2.7

It should be available in package control in a few hours. After that, package control should automatically upgrade your plugin after you restart sublime text.

Komsit

Hi Daniel - executing q commands from console is not supported. You can only send text from editor.

Komsit

Hi everyone, 
Thanks to Komsit for the very nice package. Very well done 

I had two question and appreciate if people here can give me some guidance on:

  1. what does it take to add functionality to be able to go to function definition to this package? 

  2. Or to show the docstring. Btw, does anyone have experience with any how to automatically generate documenation in kdb? I our firm we have something based on Javadoc but I much rather to use an open-source better support tool if available 

Thanks

Amir