-
With Db2 plugin functionality, it seems to be straightforward to build a Visual Studio Code extension for basic Db2 SQL actions like: execute SQL and return SQL results. Such an extension could suppor…
-
Support for syntax highlighting for SpEL, JPQL, SQL, HQL, etc. in Eclipse when working in the standard Java editor. The current implementation uses the semantic token support of the LSP, which works i…
-
We need to create a proposal that outlines the integration of generative AI into our current project to enhance data management, reporting, and insights generation. This proposal should cover how AI c…
-
Hi! Awesome plugin. I was setting up `slonik` on a project and noticed that the highlighting doesn't work when I use `slonik`'s `sql.type` with a custom inline `zod` schema.
Highlights:
```ts
con…
-
Raising as an issue from:
https://discord.com/channels/955259353043173427/955259353043173430/1300940268618383421
Example app: https://github.com/chimon2000/notes_nitric
The issue occurring in t…
-
Just like we currently inject regex syntax into regexes, and SQL syntax into `SQLStrings`, I think it would be nice to have LaTeX language injection into [LaTeXStrings](https://github.com/JuliaStrings…
-
Creating an alias that contains a "#" gives an incorrect coloring in the VSCode Extension. The generated SQL is OK. Using the example below:
```
from albums
derive `foo#` = 5
```
In the Playgro…
-
Mosaic is a powerful dataviz library with 800 github stars. It especially shines when using it for crossfiltering. Its created as an AnyWidget.
Would be really nice to add a `Mosaic` pane to Panel …
-
To get syntax highlighting (at least the colors), I've configurated my VS code as this:
```json
{
"[sql]": {
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.formatO…
-
Hi,
**I am looking for a way to highlight SQL codes in JupyterLab.**
I was able to highlight SQL in the Jupyter Notebook with the classic Launcher (Help > Launch Classic Notebook) with the fol…