Drops compatibility with IDEA 22, Adds compatibility with IDEA 51
- Fixed an issue where deleting a snippet didn't remove its shortcut from the IDE
- Made the shortcut input intercept shortcuts and output them instead of being a simple text input
- Prevented immediate execution of snippets when the OK button is clicked
- Changed the default shortcut to Ctrl+Shift+T,W: two keys, but does not interfere with native shortcuts
- Adds an icon
- Initial scaffold created from IntelliJ Platform Plugin Template