Reputation: 2287
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
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