Is there any plugin for notepad++ that manages code snippets with backup for the database and code highlighting?
Or is there any other software that does this and that is free?
|
Is there any plugin for notepad++ that manages code snippets with backup for the database and code highlighting? Or is there any other software that does this and that is free? |
||||
|
|
|
There is a good plugin to manage code snippets:
You can install it from Notepad++ Plugin Manager, and activate dock by clicking the black m-like symbol in the toolbar; then select one of the bundled snippets and paste it to editor by double-clicking it. For example, if you have a Visual Basic file and you need to include a try/catch block which contains an if-elseif-else structure, you must follow these steps indicated in the image:
If you want to modify existing snippets or include yours, use the GUI editor: Click the snippet you want to modify/delete: it will be shown at right. The active section (either Snippets or SurroundWith) is highlighted with a dark red background:
You can add custom snippets too: just select the proper language and click any snippet from the section you want the new snippet to belong (either Snippets or SurroundWith), then write the name of the new snippet you want to create (e.g. sample): the button Modify will change to Add New You can insert snippets to documents also by using keyboard shortcut Ctrl+Shift+ENTER:
Notes:
I hope this information will be helpful for you. |
|||||
|
|
FingerText is amazing... You must definitely try FingerText. Its a hundred times more powerful than all 5 of the other plugins available through plugin manager. Here's a small FingerText screencast I made just for this post. I'm not sure wat you mean by "backup for the database" but FingerText lets you import/export all your custom snippets. |
|||||||||||||||||
|
|
I haven't used either myself but other than the above answers, the most common one I am aware is FingerText Snippets. |
||||
|
|