Skip to content

Commit ffdb610

Browse files
authored
Merge pull request #467 from KxSystems/v.1.9.0-dev-to-main
V.1.9.0 dev to main
2 parents 7b44d44 + 028eeeb commit ffdb610

35 files changed

+3463
-1689
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to the **kdb VS Code extension** are documented in this file.
44

5+
# v1.9.0
6+
7+
### Enhancements
8+
9+
- Highlight local variables semantically
10+
- Display the version of the connected Insights server
11+
12+
### Fixes
13+
14+
- Fixed flickering issue in the results tab, improving the UX
15+
- Fixed Issue [#382](https://github.com/KxSystems/kx-vscode/issues/382)
16+
- Fixed the run q file not using the current editor contents
17+
- Fixed the autocomplete functionality for new and unsaved documents
18+
- Fixed issues with results tab format when querying Insights connections version 1.11 or newer
19+
20+
### Internal Improvements
21+
22+
- Migrate to Shoelace Web Components
23+
- Move server object logic to separate it from model's code
24+
525
# v1.8.0
626

727
### Enhancements

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@ The extension provides keyword syntax highlighting, comments and linting help.
388388

389389
Linting can be enabled by checking **Enable linting for q and quke files** in [extension settings](#settings).
390390

391+
Semantic highlighting is provided for local variables:
392+
393+
![Semantic](https://github.com/KxSystems/kx-vscode/blob/main/img/semantic.png?raw=true)
394+
391395
### Code navigation
392396

393397
While developing q scripts you can:

img/semantic.png

34.2 KB
Loading

0 commit comments

Comments
 (0)