# snippets **Repository Path**: ideplugin/snippets ## Basic Information - **Project Name**: snippets - **Description**: https://github.com/wind4869/snippets - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://plugins.jetbrains.com/plugin/14926-snippets - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-28 - **Last Updated**: 2021-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Snippets A plugin of IntelliJ Platform adding support for code snippet management. It reads Java files from a directory, then displays them in IDE like Bookmarks. You must put your Java files in the directory of $HOME/workspace/snippets-java. After installing it from "Plugins -> Marketplace", press "Command + F4" to use. You can use my Java snippet collections: `git clone https://github.com/wind4869/snippets-java.git`.