Is there any way to increase code intellisense height in Visual Studio?

倾然丶 夕夏残阳落幕 提交于 2019-12-23 02:54:10

问题


Is there any way to increase code intellisense height on ASP.NET?


回答1:


The intellisense pop-up window is resizable. It will let you increase the vertical height to display a maximum of 16 suggestions (and a minimum of 5). Once the pop-up is visible, hover your mouse over the bottom right corner and you will see the arrow cursor that indicates that you can click and drag to adjust the size of the pop-up.




回答2:


When the intellisense box is displayed, you can use your mouse to resize the box to an extent. There is a limit to how big or small you can make it, but you can resize it both vertically or horizontally.



来源:https://stackoverflow.com/questions/971854/is-there-any-way-to-increase-code-intellisense-height-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!