Hello Samir,
I've just installed the latest version (10.5.132) and I've noticed the following problem:
when you click a region name in CodeNav, it navigates to the corresponding #endregion directive in the editor, which is not what you would expect. Instead it should navigates to the #region directive.
Note that if that #region is closed in the editor, clicking its name in CodeNav navigates to the closed region (usually a one-liner), as expected.
Currently, to navigate to the start of a #region with CodeNav, you need to:
- close the region (with the up arrow button),
- click the region name,
- re-open the region (with the down arrow button).
Please fix that.