https://github.com/tdonuk/string-helper
A simple intellij plugin
https://github.com/tdonuk/string-helper
idea-plugin intellij intellij-platform intellij-plugin intellijidea-plugin
Last synced: 6 months ago
JSON representation
A simple intellij plugin
- Host: GitHub
- URL: https://github.com/tdonuk/string-helper
- Owner: tdonuk
- License: apache-2.0
- Created: 2023-04-09T19:17:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T17:37:35.000Z (over 1 year ago)
- Last Synced: 2024-08-16T19:06:22.665Z (over 1 year ago)
- Topics: idea-plugin, intellij, intellij-platform, intellij-plugin, intellijidea-plugin
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# String Helpers
An IDEA plugin to allow users to perform some string based operations like base64 encode/decode easily from right click menu or via keyboard shortcuts. (default ctrl+alt+e).
# Installing
Installation can be done in two ways:
- Directly from IDE
- From plugin home page
## From IDEA
- Open project structure
- Go to 'plugins'
- Click 'Marketplace'
- Search for 'String Helpers'
## From Marketplace
- Go to plugin home page: https://plugins.jetbrains.com/plugin/21446-string-helpers
- Click the button 'Install to -IDE NAME-'
This will redirect you to your IDE to complete installation.
Alternatively, you can click 'Versions' at home page and download .jar file for any version you want, then load this jar as a plugin via plugins page in your JetBrains IDE.