Skip to content

Repository files navigation

PhpStormRESTControl

PhpStormRESTControl IntelliJ IDEA Plugin.

What does it do?

Control PHPStorm via RESTful API

API

FunctionEndpoint
Jump to FileGET http://localhost:*port*/?*file*
Jump to File + Linecoming soon

Example

Jump to a File from Bitbucket (or any other Repository Tool) with a simple AJAX-Call:

letfile='README.md';return$.ajax({'http://localhost:'8100/?' + file,
type: 'GET'});

See also: userScriptForBrowser.js

Contribute

Help is always welcome! Tell me your opinion or ideas or help me develop the plugin.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages