I haven’t find TFS in Visual Studio for mac, Is any alternative tools available for that.
-
Do you mean Team Explorer by TFS in your question? – Ali123 May 16 '18 at 12:42
-
Yes Ali, I am asking for the same – Shashikant Yadav May 16 '18 at 15:08
-
Than, the last part of Gerald Answer is what you need. The extension is there in the new update 7.5 but it's not stable as the comments. I will be trying it today and reply back to you. – Ali123 May 17 '18 at 07:09
-
Thanks Ali , I have also stuck on the same – Shashikant Yadav May 17 '18 at 11:50
-
1I am not able to download any extension after the update. I am not sure if it's bug or the issue is on my side only. It looks like no one is complaining about that though – Ali123 May 17 '18 at 11:54
3 Answers
TFS is a rather broad term and describes a whole suite of solutions. I’m assuming that you mean the version control section for my answer.
There is no support for TFVC, which is the older versioning control system that used to be default in TFS.
Since some time now, TFS and VSTS (basically the cloud hosted version of TFS) have switched to Git. Git is supported from Visual Studio for Mac as well as a lot of other tools of course.
If you still want to use TFVC, I have only found one option which isn't pretty. I installed Eclipse (the IDE for Java) which has a plugin for the TFVC version control. It looks and works pretty similar to how it looks in Visual Studio for Windows. It has some quirks and I would be surprised if it is still actively maintained, so use with caution and if you have the possibility look into switching to Git.
Edit though they seem to be working on it! If you check out the linked blog post you will see that support is in the works and I think there is a preview you can download today.

- 30,492
- 6
- 73
- 100
-
From the comments, It's clear that it's not stable and many people are facing issue with it. But why are you focusing on TFVC on your answer? Nobody has mention that they will be using it. Cool answer nonetheless. – Ali123 May 16 '18 at 11:18
-
1
For Visual Studio Mac, TFS is supported for now. There has been a uservocie, you can vote up and monitor it.
TFS Version Control
However, this is only a preview feature as you can see the comment from PM:
I’m happy to say that our first preview of this feature is now available – check out the announcement blog post.
I’ll continue to share out updates here as we make updates to the preview.
Jordan Program Manager, Visual Studio for Mac
According to the comment below the blog post, it seems not stable for now. If you want a more stably solution of using TFS source control on Mac, you could try to use Visual Studio Code, which is more of a fast, lightweight code editor.
With the help of Visual Studio Team Services extension on Visual Studio Code, it allows you to connect to Team Services and Team Foundation Server and provides support for both Team Foundation Version Control (TFVC) and GIT. More details can be found at Connect VS code with TFS on mac

- 7,886
- 3
- 18
- 35

- 49,478
- 5
- 35
- 62
As of VS 2019 for MAC, support for preview as well has been dropped.
Caution
The preview TFVC extension for Visual Studio for Mac is no longer supported in Visual Studio 2019 for Mac.
As per this doc, it's recommended to use GIT for version control. Otherwise, if there's no option then to use TFS on macOS several options are also provided in the link.
Also, there's eclipse plugin available for TFVC on mac

- 128
- 1
- 10