-
Currently, it will blindly insert the closing brackets and tags without considering the context.
-
Suppose you have this long chain of `&&`:
```csharp
query.Where(x => x.N > 10 && x.N > 11 && x.N > 12 && x.N > 13 && x.N > 14)
```
Linqtodb generates the following, nice, SQL:
```sql
WHERE
x…
jods4 updated
4 months ago
-
```
There should be a way of marking distinct brackets.
```
Original issue reported on code.google.com by `ajlyon` on 5 Feb 2009 at 5:53
- Blocking: #17
-
Trying to use square bracket or curly bracket inside a html tag results in the brackets being converted to round bracket on VS Code.
-
(As you well know, you have more experience with drama productions than I do :), so forgive the possibly ignorant questions. Since IA is down, I found what I believe is the same edition you used on [G…
-
**Environment**:
- CTFd Version/Commit: Latest
- Operating System: Ubuntu Server 24.04 LTS
- Web Browser and Version: Tested in Firefox and Edge, latest prod.
**What happened?**
When trying t…
-
![signaturehelpcommasasretriggers](https://user-images.githubusercontent.com/972891/45058784-934c7800-b04e-11e8-875a-7eca2aa0be09.gif)
## TL;DR
We believe that all of C#'s trigger characters sho…
-
Fix the appearance of the dash symbol in the list of chapters or parts (right side) when the title of each segment is a date enclosed in square brackets. This happens with letters.
-
This is a feature that both Pycharm and Pylance have, but it is missing from basedpyright in vscodium.
The editor can help follow PEP8 indentation standards when pressing enter inside brackets - `(…
-
The sample [Example.vtt.txt](https://github.com/user-attachments/files/17619559/Example.vtt.txt) doesn't convert properly. Some angle brackets get left. [N.b. remove .txt extension for testing]