Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn on PHP auto-complete in Adobe-Brackets

I have installed Adobe-Brackets 0.41. And I installed following extensions :

  • Integrated Development
  • PHP Syntax Hint
  • QuickDocsPHP

But when I writing PHP code (for instance mysql_) and pressing Ctrl+Space it won't complete the PHP codes!

Does brackets support PHP auto-complete at all?

Any ideas?

P.S:

Auto-Complete works fine with HTML and CSS codes.

like image 375
Hamed Kamrava Avatar asked Jul 24 '14 06:07

Hamed Kamrava


People also ask

How do I turn on autocomplete in brackets?

Try Shift+Enter when the tag is suggested.

Can we use PHP in brackets?

Brackets supports many file formats such as Html, CSS, JavaScript, PHP, Perl, Python, etc. While working with a PHP file, make sure that Brackets shows the file format as PHP at the bottom. If it shows any other format, then change it to PHP.


1 Answers

There is a hint extension for brackets now!

https://github.com/mackenza/Brackets-PHP-SmartHints

Btw I hope you like my QuickDocsPHP extension ;)

like image 102
Wikunia Avatar answered Oct 28 '22 11:10

Wikunia