CodeNav icon indicating copy to clipboard operation
CodeNav copied to clipboard

Visual Studio extension to show the code structure of your current document

Results 24 CodeNav issues
Sort by recently updated
recently updated
newest added

[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

Hello Samir, I'd like to report a problem that has been there for ages: CodeNav always displays code structure with interfaces taking precedence over #regions. In order to correctly display...

Dear, I would like to be able to configure the double click of the mouse to activate the text editor with the cursor on the first letter of the first...

enhancement

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

enhancement

If I create one or more vertical document groups and pin CodeNav open, all CodeNav panes display the contents of whichever edit window has the focus. It would be more...

It seems that because of too many classes in a source code file, the panel of CodeNav cannot fresh(CodeNav still displays the results of the previous open file, it can't...

intake needed

Hello Samir, I need to report serious performance issues when using CodeNav v8.8.32 running on VS 2019 v16.11.4. CodeNav generally makes VS 2019 significantly slow (compared to when CodeNav is...

performance

Thank you for your great extension, but i found out it makes Visual Studio very unresponsive ... If i open a project with ~15 files which contains files of about...

performance

When opening a code file, CodeNav displays as in below image: ![image](https://user-images.githubusercontent.com/31450928/138236319-787d389c-76a0-413d-bf7f-d7d60272066f.png) I have to click the expand button twice. I have looked for settings that might cause this, but...

bug

Hi, really cool extension. I love it. What LOE would it be to add support for .razor, .scss and .css files?

enhancement