Tsche

Results 6 issues of Tsche

Angular and horizontal dragModes are now implemented to close issue https://github.com/jhnsnc/precision-inputs/issues/13 I did not however implement the suggested "translate" dragMode. dragMode can be configured using `dragmode : ` Smoothing for...

Please provide some examples and a boilerplate template repository to jumpstart projects using MrDox

Docs

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

Currently tree-sitter-cpp uses `attribute_declaration` from the C parser. Since the grammar for attributes is different between C and C++, this is not sufficient. Namely C++ allows using `using` in attributes,...

Hey, not entirely sure what's going on here, but this looks like a bug to me ```cpp #include #include template void test_impl() { static_assert(false); std::puts("foo"); } struct Foo { void...

`is_reflection_type` currently compares a reflection against the type alias `std::meta::info` instead of the aliased reflection type. We need to dealias it to check against the aliased type instead of the...