PhpStormRESTControl IntelliJ IDEA Plugin.
Control PHPStorm via RESTful API
Function | Endpoint |
---|---|
Jump to File | GET http://localhost:*port*/?*file* |
Jump to File + Line | coming soon |
Jump to a File from Bitbucket (or any other Repository Tool) with a simple AJAX-Call:
let file = 'README.md';
return $.ajax({
'http://localhost:'8100/?' + file,
type: 'GET'
});
See also: userScriptForBrowser.js
Help is always welcome! Tell me your opinion or ideas or help me develop the plugin.