Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arm4b/jetbrains-git-autocomplete

Provides git autocomplete for Jetbrains IDE command line console
https://github.com/arm4b/jetbrains-git-autocomplete

Last synced: about 1 month ago
JSON representation

Provides git autocomplete for Jetbrains IDE command line console

Awesome Lists containing this project

README

        

# Jetbrains IDE git autocomplete
Provides git autocompletion support for command line console in Jetbrains IDEs like [PyCharm](https://www.jetbrains.com/pycharm/), [PhpStorm](https://www.jetbrains.com/phpstorm/), [RubyMine](https://www.jetbrains.com/ruby/)

##### 1.) Install plugin: `Command Line Tool Support`
Settings -> Plugins -> Install JetBrains plugin...

##### 2.) Configure it for `git`
* Add new configuration: Settings -> Tools -> Command Line Tool Support -> +
* After adding, edit the configuration (click ![Edit definition in editor](http://i.imgur.com/ANqYO2a.gif))
* Paste the contents of [`git.xml`](./git.xml) in opened file. Optionally enhance it for your needs.

##### 3.) Run the console: `Ctl+Shift+X`
![Git Autocompletion in PyCharm IDE](http://i.imgur.com/BSBxAV2.gif)