Skip to content

Verifying the behavior of overriding long methods in Visual Studio IntelliSense.

Notifications You must be signed in to change notification settings

ayhrgr/VisualStudioIntellisenseStoppedOverrideLongMethod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

VisualStudioIntellisenseStoppedOverrideLongMethod

Very long virtual methods cannot be auto-completed in intellisense.

When I try to override a very long virtual method in visual studio's intellisense, the method list appears for a moment and then disappears immediately.

This seems to happen when the virtual method cannot be displayed on a single screen, as suggested by intellesense.

This happens frequently when the font size of "Statement Completion" is increased, or when using a low-resolution display. image

Environment / Version

  • Visual Studio 2019 16.11.10
  • Visual Studio 2022 17.1.0
  • Visual Studio 2022 17.2.0 Preview 1.0

Reference Video

1_2022-02-24_23-16-28.mp4

Developer Community Feedback

https://developercommunity.visualstudio.com/t/Very-long-virtual-methods-cannot-be-auto/1676442

About

Verifying the behavior of overriding long methods in Visual Studio IntelliSense.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages