visual-studio-2008 - Visual Studio IDE - 返回上一级

标签 visual-studio-2008 ide

在VS2008中,按F12跳转到函数定义后,有没有办法返回到光标之前的位置?我知道某些附加组件可以做到这一点,但是是否有办法让核心产品做到这一点?

最佳答案

Ctrl+- 应该可以做到这一点,这是向后导航的标准键盘快捷键。或者使用标准工具栏中的导航按钮。

MSDN 对此进行了解释:https://blogs.msdn.microsoft.com/zainnab/2010/03/01/navigate-backward-and-navigate-forward/

在此MSDN页面上,您可以看到以下说明

The editor remembers locations when you move in a single command more than several lines away from where you are currently working, or if you edit in a particular location that is not adjacent to the last place you edited.

The goal is to remember interesting locations so that you can recall where you have been working without remembering so many locations the feature is not useful (such as every character typed, or every line entering several new lines of code one right after the other).

关于visual-studio-2008 - Visual Studio IDE - 返回上一级,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3101759/

相关文章:

sql-server - Visual Studio 2008 认为它是错误的版本很重要吗?

visual-studio - Visual Studio 颜色未正确加载

java - 如何安装第三方API?

visual-studio-code - 如何在 vscode 中突出显示用户指定的单词

c++ - 判断一个lib文件是否为2010 Build

visual-studio-2008 - 如何在 MSVC 2008 中从汇编语言调用 C 库函数?

visual-studio-2008 - 在VS2008中,对于网站的FTP发布,是否可以保存FTP登录密码?

java - 我必须如何配置 Eclipse 以仅显示自动完成提案中某个类型的直接成员?

visual-studio - 如何在 Visual Studio 2005 和 2003 中设置非管理员开发

android - 可以用android手机当pc来写c,lisp,java.....并编译代码运行吗?