Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » How to display parameter when you key in function(i write a example in the body of the message)
icon5.gif  How to display parameter when you key in function [message #543739] Wed, 30 June 2010 12:56 Go to next message
mathieu  is currently offline mathieu Friend
Messages: 1
Registered: June 2010
Junior Member
so i have some function like this :
public function getThings($things1,$things2,$things3=null)

and in a other part of the code, i want to use this function
but i don't want to go back to the function to know parameters

in previous version of eclipse

when i write getThings(...
a tooltip help me and show $things1,$things2,$things3=null

and when i come back on a function i can show this tooltip again and know that
in getThings(0,456,3) , 456 is $things 2

in Version: Helios Release
Build id: 20100617-1415

it doesn't work anymore

somebody can help me?
(sorry for my english)
Re: How to display parameter when you key in function [message #544419 is a reply to message #543739] Fri, 02 July 2010 15:40 Go to previous messageGo to next message
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 17
Registered: June 2010
Junior Member
If you have done an update from Galileo to Helios, then maybe something went wrong and broke that feature.

I can confirm that in Helios it still works.

I could solve upgrade problems by doing a new install and creating a new workspace and the importing existing projects.

Re: How to display parameter when you key in function [message #551012 is a reply to message #543739] Wed, 04 August 2010 20:20 Go to previous message
Tomas  is currently offline Tomas Friend
Messages: 1
Registered: August 2010
Junior Member
Hi, i am having the same problem, were you able to solve it?
Previous Topic:Eclipse crashing with PHP files
Next Topic:Debugging a project with html, js and php files
Goto Forum:
  


Current Time: Tue Mar 19 05:00:47 GMT 2024

Powered by FUDForum. Page generated in 0.05263 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top