Skip to content

Commit

Permalink
Merge pull request #467 from KxSystems/v.1.9.0-dev-to-main
Browse files Browse the repository at this point in the history
V.1.9.0 dev to main
  • Loading branch information
ecmel authored Nov 21, 2024
2 parents 7b44d44 + 028eeeb commit ffdb610
Show file tree
Hide file tree
Showing 35 changed files with 3,463 additions and 1,689 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

# v1.9.0

### Enhancements

- Highlight local variables semantically
- Display the version of the connected Insights server

### Fixes

- Fixed flickering issue in the results tab, improving the UX
- Fixed Issue [#382](https://github.com/KxSystems/kx-vscode/issues/382)
- Fixed the run q file not using the current editor contents
- Fixed the autocomplete functionality for new and unsaved documents
- Fixed issues with results tab format when querying Insights connections version 1.11 or newer

### Internal Improvements

- Migrate to Shoelace Web Components
- Move server object logic to separate it from model's code

# v1.8.0

### Enhancements
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ The extension provides keyword syntax highlighting, comments and linting help.

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

Semantic highlighting is provided for local variables:

![Semantic](https://github.com/KxSystems/kx-vscode/blob/main/img/semantic.png?raw=true)

### Code navigation

While developing q scripts you can:
Expand Down
Binary file added img/semantic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ffdb610

Please sign in to comment.