Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cerus/baim
Better Alt+Ins Menu (remove "Add dependency"-action from "Generate"-menu) for IntelliJ
https://github.com/cerus/baim
idea-plugin intellij intellij-idea intellij-platform intellij-plugin intellijidea
Last synced: about 2 months ago
JSON representation
Better Alt+Ins Menu (remove "Add dependency"-action from "Generate"-menu) for IntelliJ
- Host: GitHub
- URL: https://github.com/cerus/baim
- Owner: cerus
- License: mit
- Created: 2023-04-13T21:31:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-14T20:56:36.000Z (over 1 year ago)
- Last Synced: 2024-05-01T17:40:29.390Z (8 months ago)
- Topics: idea-plugin, intellij, intellij-idea, intellij-platform, intellij-plugin, intellijidea
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better Alt+Ins Menu (BAIM)
(Re)Move the new "Add dependency" action from the Alt+Insert menu.
## Huh?
One of IntelliJ's recent updates shipped a new UI and a new entry in the "Generate"-menu. This new entry is located right at the top. Everytime I want
to generate a constructor I instinctively press Alt+Ins and then Enter, which does not work anymore since the other elements have been shifted one
position lower. This is messing up my workflow.## What this does
BAIM removes the entry from the menu. You can also optionally configure it to move the entry to the bottom instead.
## Compatibility
Tested with IntelliJ IDEA Ultimate 2023.1. No idea about other JetBrains IDEs, but this should in theory work on all IDEA based IDEs.
## Installation
**Installation from Marketplace**\
[Click here](https://plugins.jetbrains.com/plugin/21488-better-alt-ins-menu) or search for "Better Alt+Ins Menu" on the Marketplace.**Manual installation instructions**\
You can install the plugin by downloading the `baim-VERSION.zip` file from the [latest release](https://github.com/cerus/baim/releases/latest) and
clicking
the "Install plugin from disk"-button in the
IntelliJ plugins tab.Image
## Configuration
You can find the BAIM settings in the Tools section. (File > Settings > Tools > Better Alt+Ins Menu Settings)
## Contributing
Thank you for your interest in contributing! Please open a new issue discussing what you would like to contribute, and after you've received the
approval of a maintainer you can start the work. Please follow the relevant code guidelines. (Google Java styleguide, JetBrains naming/design guides
etc.)## License
This project is licensed under the [MIT License](https://opensource.org/license/mit/).