Variables, functions, etc on a dropbox

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
Narven
Posts: 8
Joined: Sun Dec 31, 2006 12:47 am

Variables, functions, etc on a dropbox

Post by Narven »

Hi, :P

One stuff i think helps alot is the dropbox while coding... but i think that there is something important missing.

Why can't variable names, functions names, etc, (that we've named before) appear in that dropbox??? Maybe with a diferrent background-color in that dropbox.

I think that this helps alot and helps the coders to use the same name, (uppercase, lowercase) letters. This is one of the main problems/errors while debuging code.

an addon for this feature it could read variables names, functions names, etc, from other documents (even if not opened) but that belongs to the same project.
there's something about the web...
http://www.narvenblog.com
melle
Posts: 1
Joined: Thu Nov 16, 2006 7:44 pm
Location: Netherlands

good idea

Post by melle »

I concur completely. It would be extremely handy to get a grip on your code, this way.


It is much appreciated in IDE's like Visual Studio and the Borland Tools.

Melle
Narven
Posts: 8
Joined: Sun Dec 31, 2006 12:47 am

Post by Narven »

a editor that does this very good is the php Zend Editor
there's something about the web...
http://www.narvenblog.com
User avatar
EvilBMP
Posts: 120
Joined: Thu Jan 04, 2007 1:57 am
Location: Germany

Post by EvilBMP »

maybe you should try "Ctrl + Space" - every good IDE has this shortcut for the autocomplete-dropbox

e.g. you can type $ and then press the shortcut - every variable should be listed there ;)


BUT I have another feature request!

Is it possible to handle server variables in this dopbox?! I mean, for example, if you have some $_POST['varname'] variables. In the dropbox, there is always only $_POST available (without brackets).

The same thing on mysql queries ... e.g. $row['varname']

Would be nice, if the complete variable (if it its known) is available in the dropbox in a next version of RapidPHP

Thx, Evil
gusc
Posts: 3
Joined: Wed Feb 14, 2007 1:47 pm

function autocomplete

Post by gusc »

Yes, I wrote about this to suggestions. Now I'll post it also here, so it stay's as a feature request :)

User writen function autocomplete (with function parameter hint) would be great feature. Many big web development tools have this user function cache.
Post Reply