On 04/10/2005, at 3.54, Gabe da Silveira wrote:
Is go to symbol supposed to show PHP classes/functions? Is there a way to get it to recognize class .* and function .* as symbols?
Functions it should show. Classes it doesn't, but you can add them.
Open the Bundle Editor, preferably make a new bundle named Custom (for your own stuff) then use the + button to create a new preferences item.
Set the actual text of it to: { showInSymbolList = '1'; } and then set the scope to: entity.name.class.php
Kind regards Allan