Skip to content
forked from smbody-mipt/kdb

sublime text plugin for q dev and interaction with kdb

Notifications You must be signed in to change notification settings

stjordanis/kdb-5

 
 

Repository files navigation

q REPL for Sublime Text 3

Connect to remote q session and execute q statements in Sublime Text

  • Ctrl + Alt + q to add q connections and quickly switch between them
  • Ctrl + e or Ctrl + Enter to send highlighted block of text or the whole line
  • Ctrl + Shift + e or Ctrl + 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

Shortcut

  • F1 open help at cursor
  • F2 print variable at cursor
  • F3 show type at cursor
  • F4 show table and columns
  • F5 show environments
  • shift + F5 show memory usage

About

sublime text plugin for q dev and interaction with kdb

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • q 0.5%