Eclipse PHP IDE - custom auto complete tags -
Eclipse was new in IDE and thinking that there is a way to add an auto complete / shift so that I type: << / Code>
This
I know of the usual PHP code completion, but could not see anything about creating custom shortcuts.Thanks, Niggles
If you use PDT, then your own Create a PHP Template From the menu window> select Preferences, PHP> Editor> Template. Click the New button, then use mres
as the template name, then
mysql_real_escape_string ($ {cursor})
< P> As a pattern. To use it, just type MERS and press Ctrl + Space. If there is no other option for mres
, then your template will be used now if you have started in the template name with mres
or mres
If there are 2 or more templates, then a popup will be shown so you can choose which one you want to use
Comments
Post a Comment