如何在 Adobe-Brackets 中打开 PHP 自动完成功能
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24926901/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to turn on PHP auto-complete in Adobe-Brackets
提问by Hamed Kamrava
I have installed Adobe-Brackets 0.41. And I installed following extensions :
我已经安装了Adobe-Brackets 0.41。我安装了以下扩展:
- Integrated Development
- PHP Syntax Hint
- QuickDocsPHP
But when I writing PHP code (for instance mysql_
) and pressing Ctrl+Spaceit won't complete the PHP codes!
但是当我编写 PHP 代码(例如mysql_
)并按Ctrl+ 时,Space它不会完成 PHP 代码!
Does brackets support PHP auto-complete at all?
括号是否完全支持 PHP 自动完成?
Any ideas?
有任何想法吗?
P.S:
PS:
Auto-Complete works fine with HTML
and CSS
codes.
自动完成HTML
与CSS
代码一起工作正常。
回答by Wikunia
There is a hint extension for brackets now!
现在有括号的提示扩展!
https://github.com/mackenza/Brackets-PHP-SmartHints
https://github.com/mackenza/Brackets-PHP-SmartHints
Btw I hope you like my QuickDocsPHP extension ;)
顺便说一句,我希望你喜欢我的 QuickDocsPHP 扩展;)