VB.NET 'Outlining' bugs/features in Visual Studio 2015 Update 2 -


fresh install of visual studio 2015 update 2. have visual studio 2010 sp2 installed. running windows 8.1 pro x64.

i'm having 2 problems outlining in vb.net vs 2015

  1. in right-click context menu, when click "collapse definitions", regions in file not collapsed. in vs 2010 in same project, regions collapsed. has there been change in how "collapse definitions" behaves @ point between vs 2010 , vs 2015?

    • (see screenshot) - #region "public methods" (and every other region) not collapse, far collapses.
  2. for sub or function has xml doc comments attached it: if collapse sub , xml comments, collapsed method description (i.e. line directly above public sub...) displays '''<summary> in front of actual typed description. in vs 2010, when xml comments collapsed, '''<summary> disappears , see start of actual method description.

    • refer again above screenshot

i installed vs 2015 yesterday , installed update 2 part of install. today did full repair on installation see if problem. have done numerous clean/build/rebuild actions, have manually deleted bin , obj folders , restarted visual studio.

this solution contains 13 projects. each project went properties > compile , unchecked generate xml documentation file, rebuilt project, went , re-checked option , rebuilt again. nothing seems work.

are these bugs in visual studio, or there still wrong vs settings? or new way outlining works? have googled hours , nobody seems notice these changes or discuss them.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -