How do I review a pull request in Visual Studio 2019? - github

Usually, Visual studio 2019 has TeamExplorer, But In My VisualStudio(Community version) this feature seams missing

Github integration comes with an extension. Can you try to install it from the marketplace ?
Link: GitHub Extension for Visual Studio

Visual Studio has a solid support for reviewing pull requests. There's good article on Microsoft website that explains it very well.
Install the extension from here.

Related

Not able to see Share point add in Visual Studio 2017

I have just started exploring Visual Studio code. I have installed VS 2017 , and i want to create a Share point project. But I cannot see Share point Add-In in installed or Online section.
Can any one please help
According to this article, this could be your problem:
This issue occurs because of the Office Developer Tools for Visual Studio 2017 is not installed.
You would have to add the extension using the Visual Studio installer.

How to install AJAX Control Toolkit in visual studio 2022?

I have Visual Studio 2022. I want to install ajax control toolkit, but the 20.1.0 installer does not work from the devexpress. Is there a way to get it working?
I had the same problem.
This is what I did as a workaround:
I installed Visual Studio 2019 Community edition on my system. I got my copy through https://visualstudio.microsoft.com/subscriptions/. It may be available at other sites as well.
Then download and install AJAX toolkit from DevExpress. It will now install properly and include the AJAX toolkit controls in the Visual Studio 2019 toolbox. It WILL NOT include the new controls in the Visual Studio 2022 toolbox.
To include the new controls in the Visual Studio 2022 toolbox, follow the instructions at add ajaxtoolkit to toolbox
This workaround has worked for me so far.
I hope it works for you!

Adding an existing solution to Github from Visual Studio 2017 Mac

I have looked many Xamarin articles and Github materials. All the given examples show how to add a project within a solution, but not the solution itself.
I am trying to add solution that has a Portable library and iOS project to GitHub. Can anyone tell me how to add the whole solution to Github from Visual Studio 2017 for Mac?
Any help is greatly appreciated. Thank you.
Install GitHub extension for Visual Studio 2017 HERE
Then you can go through the tutorial HERE
========= EDITED =======
For Visual Studio for Mac, please follow this guide: HERE
If you face issue / error while following the guide, you may post it here with the specific error again.
Alternatively, you can also use other Git client in Mac. I'm currently using Tower in my Mac to connect to BitBucket and it works great.
GitHub Desktop
Tower
Fork
SourceTree

Can I use source control from Visual Studio Team Services using VS 2015 Community edition

I want to install Visual Studio Community edition and I need to use Visual Studio Team Services (was Visual Studio Online) free account as source control.
The information on the visual studio site seems to indicate no functionality available under the Team Foundation section. But from a lot of searching online I have found conflicting advice and people say that they have been able to use it with an in-house TFS etc.
Can I use the Visual Studio 2015 Community Edition with the Visual studio Team Services free services like source control, work item tracing, branching/merging code etc?
The answer is YES. You can use any VS edition to connect to Visual Studio Team Service.

VS 2013 CodeLens

When I open a project from the Visual Studio Team Services (scrum 3 template) I only get the CodeLens reference count. Is this a bug in VS? Why do I not have CodeLens with full TFS versioning Comments, Edited By, etc.?
FYI: I have enabled all options in Visual Studio Tools > Options > CodeLens.
I also tried the following with no success:
Create a new project in Visual Studio Team Services.
Disable and re-enable CodeLens.
There is an update!
Currently CodeLens is being developed for Visual Studio Team Services, currently in Public Preview for what I have read so far, in US and West-Europe.
Requirements:
Be using Visual Studio Ultimate 2013 Update 4, or Visual Studio 2015
(Preview or later version).
Check your code into Team Foundation
Version Control in Visual Studio Team Services.
Just updated to VS Ultimate Update 4, already had a solution setup on Visual Studio Team Services, works great as expected.
troubleshoot, CodeLens not appearing?
Close all Visual Studio Instances.
Remove the cache from %localappdata%\Microsoft\VisualStudio Services\5.0\
Reopen Visual Studio, open the solution from Visual Studio Team Services.
I'm not sure if it was necessary to do this for me, I did it, looked like it had no effect and the codeLens still didn't appear. While I was typing out a new question they suddenly appeared. So it could take a few minutes.
Source: CodeLens in Visual Studio Team Services is now in public preview
For Visual Studio 2015: Should be available by default. Source. I'm using Visual Studio 2015 Enterprise and it works good, even more then in visual studio 2013.
As DaveShaw answered, TFS 2013 is required, but I still had problems after installing TFS 2013. Turns out you need to have CodeIndexing enabled on the TFS Server. My codeindexing was on, but I think the index was corrupted somehow and I had to reindex it.
This is a good link (go to the Q&A section at the bottom):
http://msdn.microsoft.com/en-us/library/vstudio/dn269218%28v=vs.120%29.aspx
Here is the TFSConfig CodeIndex syntax:
http://msdn.microsoft.com/en-us/library/vstudio/dn280925(v=vs.120).aspx
Once you get your codeindex running, you have to do a get latest from Visual Studio and then your codelens should work.
Server-side CodeLens indexing is not currently supported by the Visual Studio Team Services, only on-premises TFS. This is partly because of the potentially unbounded number of tenant accounts in the online service, each with its own background job to do the indexing of changesets. However this could change in the future.
Source: I worked on CodeLens.