Main Page
How to Install Notepad++ and Snippets Plugin
KeeperRL Wiki & Notepad++ Installation
KeeperRL Wiki
KeeperRL Project maintained by miki151
How to Install Notepad++ and Snippets Plugin
Step 1: Install Notepad++
- Go to the official Notepad++ website: https://notepad-plus-plus.org/downloads/.
- Download the latest version of Notepad++ by clicking the Download button for the version that matches your system (32-bit or 64-bit).
- Once the download is complete, open the installer file and follow the on-screen instructions to install Notepad++.
- After installation, launch Notepad++.
Step 2: Install the Snippets Plugin
- Open Notepad++.
- Go to
Plugins > Plugins Admin
.
- In the Plugins Admin window, search for "Snippets".
- Check the box next to Snippets and click Install.
- Notepad++ may restart to complete the plugin installation.
Step 3: Access the Snippets Plugin
- Once the plugin is installed, open Notepad++.
- Go to
Plugins > Snippets > Show Snippets Panel
.
Step 4: Download and Import Snippets
- Click the button below to download a zip file containing pre-made snippets:
- After downloading, extract the zip file to a sensible location on your computer (e.g.,
C:\Users\YourName\Notepad++Snippets\
).
- In Notepad++, look at the list of snippet libraries on the right in a combo box
- Right click on the combo box and select 'import library'
- Select the extracted snippets file and click Open.
- Your snippets will now be available in the Snippets Panel under the corresponding language category.
Step 5: Use the Snippets
- Open a file or create a new one in Notepad++.
- To insert a snippet, select the language first.
- Double-click the snippet name in the Snippets Panel, and it will be inserted into your current file.