-
Looks like in 5.3.4 a feature was added so that if you select multiple queries and run the "Export from Query" it will run each, and export each to a file. This is great, unless you want smart naming …
-
I use NeoVim almost for everything, I'd love to be able to write my SQL in lazysql with highlighting and LSP, which neovim offers for me
So in prefer of the Unix philosophy why don't we make it so yo…
-
**Is your feature request related to a problem?**
Highlight in the SQL plugin is currently supported in SQL but not PPL. What is the front-end use-case for highlight in PPL?
**What solution would …
-
### What did you do?
I open sqlitebrowser v3.13.0, then I select a cell to see its content in the cell editor pane.
But even if the "wrap lines on word boundaries" is selected, the line will be not …
-
We should update the syntax to support f-strings.
https://github.com/chdsbd/vscode-python-inline-sql-syntax/blob/f81ce39ed12ff70f9170c101cb03143155eb4204/syntaxes/highlight-sql.json
-
**Describe the bug**
Consider a sentence such as: something word11 something something something word10 something something something something word10 something
Here, word10 appears twice, The two…
-
I suggest to add feature to highlight the whole line (or lines) of code by mouse click left off the sql editor text (the area with line numbers).
Here is an example how it works in SSMS:
https://g…
ask9 updated
3 months ago
-
I've found that using folding in SQL heredoc blocks gets screwy if you have a string that matches the pattern `/(create|update|select|insert|alter)\w/` in your SQL heredoc. Here's an example:
```
…
-
Currently, the backend receives project update data through the API, but the sections array is not being stored in the database. We need to update the backend to store each section in the ProjectUpdat…
-
### Microsoft PowerToys version
0.55.1
### Running as admin
- [X] Yes
### Area(s) with issue?
Developer file preview
### Steps to reproduce
Previewing almost any supported code file that is mor…