Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio 2008: File history/blame shows the current line #2839

Closed
lukastvrdy opened this issue Jun 23, 2015 · 9 comments
Closed

Visual Studio 2008: File history/blame shows the current line #2839

lukastvrdy opened this issue Jun 23, 2015 · 9 comments

Comments

@lukastvrdy
Copy link

Hello,

I'd like to request feature in VS plug-in for showing git blame.

Currently when I want to see the blame, I do this:

  1. Right-click on line in the source code (e.g. line 385)
  2. Select "GitExt: File history"
  3. Click on the blame tab
  4. Scroll to the line 385

Expected behaviour:

  1. Right-click on line in the source code (e.g. line 385)
  2. Select "GitExt: Blame"
  3. File history/Blame tab is shown and showing line 385
@vbjay
Copy link
Contributor

vbjay commented Jun 23, 2015

That menu option is referring to the file not the line. However, that is
not s bad idea to go to the line.

On 3:07AM, Tue, Jun 23, 2015 Lukáš Tvrdý notifications@github.com wrote:

Hello,

I'd like to request feature in VS plug-in for showing git blame.

Currently when I want to see the blame, I do this:

  1. Right-click on line in the source code (e.g. line 385)
  2. Select "GitExt: File history"
  3. Click on the blame tab
  4. Scroll to the line 385

Expected behaviour:

  1. Right-click on line in the source code (e.g. line 385)
  2. Select "GitExt: Blame"
  3. File history/Blame tab is shown and showing line 385


Reply to this email directly or view it on GitHub
#2839.

@KindDragon KindDragon added VS-plugin type: feature request up-for-grabs Easy tasks for those looking to get involved. Refer to https://up-for-grabs.net/ labels Jun 23, 2015
@jbialobr jbialobr added this to the 2.50 milestone Apr 9, 2017
@ajilani
Copy link

ajilani commented Jul 5, 2017

I still don't see the new option in VS. Tried modifying the installation to include all VS integration, but still don't GitExt:Blame in the right-click menu for a line of code, just the three old options.

  • GitExtensions 2.50
  • Windows 10 Pro 1703 build 15063.413
  • VS Professional 2013 12.0.40629.00 Update 5 (with ReSharper)

@lukastvrdy
Copy link
Author

I tried it in MSVC 2013, but I don't see it there. Could you, please provide steps how to get into GitExt: Blame as was requested in this ticket?

@jbialobr
Copy link
Member

jbialobr commented Aug 4, 2017

gitext
It is in the GitExt menu, but it is not in the context menu - as requested.

@jbialobr jbialobr reopened this Aug 4, 2017
@jbialobr jbialobr modified the milestones: 2.51, 2.50 Aug 4, 2017
@crypto-rsa
Copy link
Contributor

I am using VS 2015 and I was able to add it through
Tools - Customize - Commands - Context menu: Editor Context Menus | Code Window - Add Command

Adding GitBlame command

Does it not work in VS 2013?

@ajilani
Copy link

ajilani commented Aug 4, 2017

I could not get either of these to work in VS 2013:

image

image

@jbialobr
Copy link
Member

jbialobr commented Aug 5, 2017

It looks like you have an old version of the extension installed.

@lukastvrdy
Copy link
Author

lukastvrdy commented Nov 17, 2017

Works for me in MSVC2015. FYI I don't see it in MSVC2013 though.

Thank you for implementing this feature ;-)

@RussKie
Copy link
Member

RussKie commented Nov 18, 2017

I suppose we can close it.
The feature is available, albeit it may not work in older versions of VS.
We won't be back-patching any old versions.

@RussKie RussKie closed this as completed Nov 18, 2017
@RussKie RussKie removed the up-for-grabs Easy tasks for those looking to get involved. Refer to https://up-for-grabs.net/ label Nov 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants