In Eclipse, I can go to the command line arguments of my main class with Run | Run Configuration | Arguments- but this is not suitable for me. I want to be able to:
- Always see what the arguments given are.
- Be able to quickly edit them without opening any menu.
At least I would like it to be a presentation that I could place next to the console, history, search, etc. A better alternative would be an editable column with command line arguments stuck somewhere.
Is such a function implemented? Maybe like a plugin?
source
share