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