phpdesigner - 如何在 phpdesigner8 中创建快捷键?

标签 phpdesigner

有没有可能在phpDesigner中创建快捷键? 例如,我有一个 html 代码

<html>
<title> My Project </title>
</html>

如何创建一个快捷键,例如当我按 ctrl+2 时,它会显示

<html>
    <title> My Project </title>
</html>

最佳答案

不知道热键,但您可以添加自动完成功能。
转到工具 -> 首选项 -> 编辑器 -> 自动完成 并绑定(bind),例如,

#html

<html>
    <title>|</title>
</html>

在新页面上,如果您输入 #html 并按Ctrl+J,您的绑定(bind)项目将更改为代码集。

关于phpdesigner - 如何在 phpdesigner8 中创建快捷键?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22824313/

相关文章:

php - phpDesigner IDE 7.0 版中的 HTML 代码格式

PHPDesigner 8 - 本地主机文件夹

使用自动完成功能时,PhpDesigner 8 失去焦点

php - 更新 id = $GET ['id' ]

phpdesigner - 如何在 phpDesigner 7.x 中格式化源代码

php-5.3 - is_writable($dir) 不工作