Is there any possible way to crate a shortcut key in phpDesigner? For an example, i have an html code
<html>
<title> My Project </title>
</html>
how can i create a shortcut key like when i press ctrl+2, it display
<html>
<title> My Project </title>
</html>
Don't know about hotkeys, but you can add an autocompletion.
Go to Tools -> Preferences -> Editor -> Autocompletions and bind, for example,
to
On new page if you enter #html and press Ctrl+J your bound item changes to code set.