Is there a setting that displays function hint when I mouse-over the function?
-
Hello Notepad++ forum!
Question: Is there a setting where Notepad++ will show the function hint when I mouse-over the function?
There is a setting when you first type a function that gives a hint.
For example, when I type date_default_timezone_set() and then input the first or left parentheses a popup appears with the following:
“bool date_default_timezone_set (string timezone_identifier)”That setting is found here:
Settings -> Auto-Completion -> then check “Function parameters hint on input”However, once I move the mouse away from the parentheses the hint popup disappears and won’t re-appear when I place the mouse back at the parentheses.
Thank you in advance.
PN
I have got Notepad++ version 6.9.2
-
Did you try removing the parentheses and re-type the left/opening parenthesis?
-
MAPJe71;
Thanks for responding to my question.
That would work but I would have to delete the variable enclosed within the parentheses,
date_default_timezone_set($SubjectTimeZone)
I was trying to work my way around that.
I suppose I could do this:
date_default_timezone_set() ($SubjectTimeZone)
(i.e. put a space between the left parentheses and the function then type a new opening/left parentheses)That’s a few extra keyboard stokes but it works.
-
@Pete-Norris,
Even easier - you can just set a keyboard shortcut to trigger the function parameter hint. It works as long as the cursor is between the parenthesis.
You can see this in the menus underEdit > Auto Completion > Function Parameters Hint
Just use the shortcut mapper to create a keyboard shortcut.David
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login