"Find symbol" function in PHP projects

Projects, workspaces, solutions, file management and CVS/SVN issues

"Find symbol" function in PHP projects

Postby MishaYurasov » Sat Oct 04, 2008 11:45 am

I use UEStudio for more than two years for PHP development. I think it is missing one very useful feature: it should be possible to select some function/class name and find the place of it's definition. There is already project tree which allows to do it by clicking on it's item. But if I could just press "Find symbol" like in C projects - it would be nice...
MishaYurasov
Newbie
 
Posts: 2
Joined: Sat Oct 04, 2008 11:36 am

Re: "Find symbol" function in PHP projects

Postby Mofi » Wed Oct 08, 2008 12:24 pm

I don't have any PHP project, but I quickly created a PHP file, saved it and added it to one of my 'C' projects and tested it. As you can see on my first screenshot I had the cursor inside the function setSomething and clicked on "Find Symbol" in the toolbar. Now UEStudio suggested in an extra window the location of the function definition to jump to as you can see on my second screenshot. If I press now key RETURN or click into this extra window, UEStudio sets the cursor into the definition line of that function. So I can't understand your feature request. It looks like it is already working, at least for that simple test I have done.
Attachments
find_php_function_1.png
Find the definition of the PHP function.
find_php_function_1.png (8.12 KiB) Viewed 2238 times
find_php_function_2.png
Jump to definition of the PHP function.
find_php_function_2.png (2.22 KiB) Viewed 2239 times
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4049
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: "Find symbol" function in PHP projects

Postby MishaYurasov » Fri Oct 10, 2008 7:26 am

Ooops... thanks, it now works fine. :oops:
MishaYurasov
Newbie
 
Posts: 2
Joined: Sat Oct 04, 2008 11:36 am


Return to Workspace Management