Jump to a File & Line by simple Rest-Call
- This plugin creates an internal rest api service you can talk to (examples below)
- In combination with UserScripts (eg Tampermonkey Chrome Extension) any Path can be used to be opened in the IDE (eg Bitbucket, Gitlab, Kibana, Sentry -paths)
Function | Endpoint |
---|---|
Jump to File | GET http://localhost:*port*?file=*file* |
Jump to File + Line | GET http://localhost:*port*?file=*file*&line=*line* |
This plugin is searching for a free port starting at 8100
GET http://localhost:8100/?file=README.md
Help is always welcome!