summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-05-03postfix completion: improve casts and forwardSR_team
2023-05-03postfix completion: allow reinterpretcast pointers with same size (e.g. ↵SR_team
char* to uchar*)
2023-05-03postfix completion: add `begin`, `end`, and `forward` completionsSR_team
2023-05-01postfix completion:SR_team
Generate modern `switch` for C++20 sources
2023-05-01Update postfix completion patch for upstreamSR_team
2023-04-23Fix condition for `if`/`while` blocksSR_team
2023-04-23Add `while block`SR_team
2023-04-23Improve generate `if` expressions for trivial typesSR_team
2023-04-23Add static cast from void*SR_team
2023-04-23Fix `foreach` postfix completion bugs:SR_team
- fix crash when iterator type is templated argument - fix detection pointer type of iterators
2023-04-23Add patch `hover-hex-formats`SR_team
It's show fields `size` and `offset` in hover in HEX
2023-04-23Add patch `inlay-hints-paddings` to show paddings in inlay hintsSR_team
2023-04-23Initial commitSR_team