Reputation: 5514
I want to add Shortcut to open specific URL (let say localhost:3000) in IntelliJ. I read the documentation and try to figure it out on my own by messing around the Keymap, but No luck. Is this possible? What I want is to create a shortcut to open specific URL. If my custom shortcut is Alt +;
then it should open http://localhost:3000. Is this feasible in IntelliJ?
Upvotes: 1
Views: 608
Reputation: 1167
Yes you can do this with the following steps...
1. Define an external Tool for Localhost
2. Define your shortcut
3. Use the Shortcut
Hope it helps.
Upvotes: 2