Snippets manager with super powers.
Manage your snippet
CodeMenu provides you the functionalities that you would expect from a snippets manager, like tags, groups and sorting by language.
Groups
Snippets in groups appear only in group’s special view. This allows you to seperate non-related snippets.
Tags
Snippets with tags appear alongside other snippets, but you can access them using tags view.
Languages
In the sidebar you can see list of languages that have been used in snippets. This allows you to access snippets of specified language easier.
Edit snippets
CodeMenu’s snippets editor has many features including basic ones like syntax highlighting and advanced like previewing HTML and Markdown, running snippets directly and generating libraries.
Previewing
You can see Markdown formatting directly in editor and by clicking eye icon in toolbar, you can open split window showing rendered HTML.
Running snippets
By clicking arrow icon you can run snippet’s code1 directly from CodeMenu allowing you to test snippets more easily.
Library generation
Library generation is a feature that allows you to quickly create files, that depending on your code editor can be shared and automatically updated, from many or one snippet allowing easier acces.
Access snippets
CodeMenu’s goal is to improve your snippets management, therefore it includes new ways to access snippets directly from your code editor. Whether you are a touch typer and want a suggestions window to appear immediately or you want a organized window is to your choosing.
Side window
Side window is a window which appears on the side of the screen and which you can access using a gesture or a keyboard shorcut. It provides you a faster way to access your snippets and Snippets Store. You can simply drag a snippet from side window and drop it in your editor.
Suggestions
Using suggestions you can quickly search for snippets directly from your editor. Just type §§, and a window will appear. Continue typing to search for snippet and use ? and V keybind to choose snippet, and it will appear in pleace of your prompt. This function requires additional helper app - CodeMenu Suggestions.
Database of snippets
Snippets Store is a online database of snippets shared by other people, including you. You can also add them to your library. With Snippets Store, you will no longer need to go to a search engine to find a generic code snippet. Just search snippets in Snippets Store using handy side window or Dashboard.
Useful tools in one place
CodeMenu not only does allow you to manage your code snippets, but also includes useful tools like RegEx tester, converters (between binary, hexadecimal and octal), generators (e.g. UUID) and coders (hashing using SHA256 and MD5, Base64 and URL encoding/decoding).