转到 VSCode 中的下一个方法快捷方式 [英] Go to next method shortcut in VSCode

查看:32
本文介绍了转到 VSCode 中的下一个方法快捷方式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

VSCode 是否有移动到同一文件中的下一个方法定义的快捷方式?我在设置中找不到类似的内容.

Does VSCode have shortcut to move to next method definition in the same file? I can't find anything like this in settings.

IntelliJ 有这个功能,比如你可以在设置中的Next Method找到它

IntelliJ has this feature, for example, you can find this as Next Method in settings

推荐答案

为了实现这一点,我开发了一个扩展程序,它提供了两个关键命令来上下导航文件中的成员.

To achieve this I have developed an extension that provides two key commands to navigate up and down through the members in your file.

https://marketplace.visualstudio.com/items?itemName=mishkinf.goto-next-previous-member#overview

Visual Studio Code 扩展使用类似于 IntelliJ IDE(下一个/上一个函数)或 Resharper(下一个/上一个成员)提供的功能的快速简单的键盘命令来浏览函数、变量和类

Visual Studio Code Extension to navigate through the functions, variables, and classes using quick and easy keycommands similar to functionality provided by IntelliJ IDE's (next/previous function) or Resharper (next/previous member)

如果您想添加任何功能,请告诉我.

Let me know if there any features you would like added.

这篇关于转到 VSCode 中的下一个方法快捷方式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆