gpt4 book ai didi

php - 在 Visual Studio Code 中为 PHP 重命名重构

转载 作者:可可西里 更新时间:2023-11-01 12:55:02 31 4
gpt4 key购买 nike

在 Visual Studio Code 中是否有对 PHP 的 rename 重构?这是唯一阻止我完全从 NetBeans 迁移到 VSC 的因素。重命名对我来说非常重要(不是搜索/替换)。

最佳答案

{
"command": "editor.action.changeAll",
"key": "ctrl+f2",
"when": "editorTextFocus && !editorReadonly"
}

{
"command": "editor.action.rename",
"key": "f2",
"when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
}

在键绑定(bind)中。 F2 似乎适用于所有文件,CTRL-F2 仅适用于当前文件。

关于php - 在 Visual Studio Code 中为 PHP 重命名重构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46731353/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com