Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.17 KB

New-Features.md

File metadata and controls

49 lines (33 loc) · 1.17 KB

New Features (k-pro only)

Query Performance

use high-performance javascript interface jkdb to kdb+/q, up to 10 times faster than vscode-q

Grid Mode

  • pop up for long text
  • use a better chart package plotly for charting
  • support more chart types

q Notebook

.qnb file type is treated as q notebook in vscode. open the following file in vscode

  • chart, put // @chart lines|histogram|scatter|bar as the first line q-notebook

q Syntax

  • more accurate

q Language Server

  • call hierarchy
  • linter
  • formatter
    • ctrl+shift+p and search "Format Document"
    • turn on auto format, ctrl+shift+p and search "Open User Settings(JSON)", and add the following lines
    "[q]": {
        "editor.tabSize": 2,
        "editor.formatOnSave": true
    },

before formatting before formatting

after formatting after formatting

Discovery Server

  • retain connections and remove processes
  • auto refresh discovery server
  • auto disconnect prod discovery server