KiiroSora09
KiiroSora09

Reputation: 2287

How to add custom code shortcut in notepad++

Is there a feature or plugin in notepad++ wherein I can type a custom keyword and it will be replaced with a custom code?

For example, I type in:

<html>

It will turn into:

<!DOCTYPE HTML>

<html>

<head></head>
<body></body>

</html>

Upvotes: 3

Views: 7565

Answers (1)

Givi
Givi

Reputation: 1734

You want plugin for making snippets or something like that ? in notepad++ ? if so there is already such question Notepad++ code snippet manager or try this

Upvotes: 2

Related Questions