Bartosz Ratajczyk MS SQL Developer
Temat: IDE dla PHP - Wasze wybory i opinie
Michał Jarosz:
W Netbeans brakuje mi jednej miłej rzeczy - w Eclipse mogłem wpisać np. ZDTA i wcisnąć Ctrl+Space i rozwijało mi np. na Zend_Db_Table_Abstract. Tu mi brakuje takiej podpowiedzi z akronimów. Czy da się to osiągnąć w Netbeans?
Tools > Options > Editor > Code Templates[edited]Michał Jarosz
Korekta. Podpowiedź dokonuje się bez Ctrl+Space.
Definiowanie samodzielne takich skrótów odpada. Chodzi o coś co automatycznie skanuje kod i daje podpowiedzi:
http://www.eclipse.org/pdt/release-notes/pdt2_1.php
Improved Code Assist
PDT 2.0 introduces a new code assist mechanism. This new mechanism is smarter as it crawls through code to determine variable types, providing more appropriate suggestions than those provided in PDT 1.0. PDT 2.0, code assist also supports camel case matches when entering code, which displays code assist options based on an element's initials. In addition, code assist supports options for 'magic members'. These are properties and methods which were declared using the @property or @method tags within PHP DocBlock comments rather than in the PHP script itself.