CodeLobster IDE
http://codelobster.com/forum/

How can I set the cursor by creating an own snippet?
http://codelobster.com/forum/viewtopic.php?f=8&t=25227
Page 1 of 1

Author:  TheQuestionmark [ Thu Mar 23, 2023 10:31 pm ]
Post subject:  How can I set the cursor by creating an own snippet?

I created an own snippet.
Quote:
var_dump(); exit;

For now the cursor is placed on the end of the snippet but I want it into the (). Is this possible?

Author:  Admin [ Fri Mar 24, 2023 9:10 am ]
Post subject:  Re: How can I set the cursor by creating an own snippet?

Hi.

Yes, You should add @ symbol for it.

Code:
var_dump(@); exit;


Regards,
Codelobster Team.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/