Samir Boulema

Results 15 issues of Samir Boulema

[ClangSharp](https://github.com/Microsoft/ClangSharp) [Using libclang to Parse C++ (aka libclang 101)](https://shaharmike.com/cpp/libclang/) ``` public void Parse() { var index = clang.createIndex(0, 0); var unit = clang.parseTranslationUnit(index,"path",null, 0, out var unsavedFiles, 0, 0); clang.disposeTranslationUnit(unit);...

enhancement
marketplace

Order based on type (fields, constructor, events, methods) and grouping public, private etc…

enhancement

enhancement

> I don't even know if this would be possible but it would be really cool if you could hover over variable name in CodeNav while in debug mode and...

enhancement
marketplace

enhancement

If sorted in file order, you’re able to drag and drop definitions (incl. comments and annotations) to a new location in the file

enhancement

I would like to be able to hide the app bar when scrolling down, instead of when scrolling up. I set Harpy to remember scroll position, so to catch up...

enhancement :sparkles:
feature :balloon:

See https://github.com/sboulema/TSVN/wiki/Source-Control-Integration

enhancement

Fix failing test by modifying the snapshot