CodeNav icon indicating copy to clipboard operation
CodeNav copied to clipboard

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

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

I had a function I was searching for but it was not on the map. This is a aspx.cs file with regions. Inside the region were 5 functions. The 3rd...

bug
intake needed

The first time i right click, a window flashes in the upper left corner, but no context menu.

bug

![image](https://user-images.githubusercontent.com/57058325/199643082-e7ae63bc-23c9-4843-8176-a493a29e3430.png)

intake needed

![image](https://user-images.githubusercontent.com/57058325/199642735-c4cbc5e3-5b48-478f-acb3-d594b9f3210f.png)

I found a strange thing. In the window (I don't know what it's called in English) that represents the structure of the code and the structure of the UI (WPF),...

bug

When CodeNav is in use, I find the built-in Document Outline window frequently gets into a broken state. While CodeNav can serve as a replacement for Document Outline in standard...

bug

I'd like to disable the history indicator icons. I unchecked the "show history/edit indicators" in the settings, but they still appear. I restarted the IDE as well to see if...

I love the idea behind custom filters in CodeNav, especially how it hooks into Roslyn and allows fine-tuned customization. However, I do find it very difficult to use. While the...

Single-clicking a region in the CodeNav window doesn't jump to the region's declaration in code as it does for other node types. ![Image](https://github.com/user-attachments/assets/88e33d0e-078d-4214-81ff-3666d5a21a52) I believe the proper behavior should be...

Empty regions do not appear in the CodeNav window where they are defined in the file. This takes place regardless of sorting used. Though it may seem strange to have...