You are here: PSPad forum > English discussion forum > Re: Autocomplete with arguments

Re: Autocomplete with arguments

#1 Autocomplete with arguments

Posted by: kenny1930 | Date: 2014-09-01 13:31 | IP: IP Logged

Hello there smiling smiley

i'am using pspad with php.
I wonder if it is possible that the autocomplete function shows me not only the
complete function name but also the parameters?
I know with STRG SPACE i get what i want but already in my document. Is this feature also possible in the advice window which appears when autocomplete is activated and i do some keystrokes?

Maybe i didn't see something in the settings?

Thanks in advance,

Kenny

Edited 1 time(s). Last edit at 2014-09-01 13:31 by kenny1930.

Options: Reply | Quote | Up ^


#2 Re: Autocomplete with arguments

Posted by: pspad | Date: 2014-09-01 14:17 | IP: IP Logged

Autocomplete is general function. If doesn't offer you functions, but any word from document.
To get list of functions, you can use code explorer (Shift+Ctrl+E) or Code clips (Ctrl+Space) you mentioned.

Options: Reply | Quote | Up ^


#3 Re: Autocomplete with arguments

Posted by: KennyMax | Date: 2017-08-13 15:03 | IP: IP Logged

Hello everyone!
In a new script I've put some include:

include("func.php");
include("main.php");

Now, if I start writing the name of a function in func.php in my script, should not I suggest the function I'm going to write like completion?

Thanks a lot for the help and congratulations for the program that is great!

Options: Reply | Quote | Up ^


#4 Re: Autocomplete with arguments

Posted by: pspad | Date: 2017-08-13 15:23 | IP: IP Logged

Hello

PSPad doesn't do parsing of all functions in all libraries you include.
Can you imagine it to do it generally in all languages? In include can be another include and it can contains another include... Each language has own syntax e.t.c.

Options: Reply | Quote | Up ^






Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR