yysun / git-tools

This extension provides a git changes tool window, a graphical git history viewer and menus to launch Git Bash, Git Extenstions and TortoiseGit.
http://yysun.github.com/git-tools
MIT License
78 stars 28 forks source link

How can i call git consle window out? #3

Closed lookforit closed 5 years ago

lookforit commented 9 years ago

Hi,

Excellent plugin for git users those who using Vs at the same time , I must say ! I installed version 1.4 with VS2013, and I failed to find the way to trigger Git Console function, which was described in the demo page. By the way, I found only 3 items above the GITTOOlS menu:

Any help?

yysun commented 9 years ago

The git console is inside the Git Changes Window. git console

You can open the Git Changes Window by click the Git Changes menu under GITTOOLS, and then click the 'Git Console (Beta)' tab.

lookforit commented 9 years ago

Got it ,Thanks! I tried it, it is very convenient just like git bash embeed in VS . I think some feathures should be added to make it more useful:

  git --version 
`version `should be poped up after `--`
yysun commented 9 years ago

Thanks for the suggestions.

Regarding to the comments about the input was disabled when autocomplete pop up appears. The pop up can be dismissed by the ESC key.

On Monday, January 19, 2015, Dennis Xiong notifications@github.com wrote:

Got it ,Thanks! I tried it, it is very convenient just like git bash embeed in VS . I think some feathures should be added to make it more useful:

  • font in the console window can be customized
  • auto complete is more intelligent: support --symbol ,eg:

    git --version

versionshould be poped up after --

  • User can input when pop up menu appears, by now input is disableed and user can only selct the item .

— Reply to this email directly or view it on GitHub https://github.com/yysun/git-tools/issues/3#issuecomment-70596198.