GitLab.VisualStudio 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
GitLab.VisualStudio 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
GitLab.VisualStudio 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MIT
开发语言 C# .NET 查看源码 »
操作系统 Windows
软件类型 开源软件
所属分类 开发工具Git开源工具
开源组织
地区 国产
投 递 者 麦壳饼
适用人群 未知
收录时间 2017-02-18

软件简介

You can login any of your favorite GitLab servers and start your great job!
The GitLab Extension for Visual Studio provides GitLab integration in Visual Studio 2015/2017.Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.

How to set this up:

  1. In GitLab, [top right] go to Settings then Access Tokens (left menu)
  2. Enter a name & expire time (optional).
  3. Check off "api" as the scope.
  4. Click "Create Personal Access Token". This will appear in a textbox at the TOP of the page.
  5. In Visual Studio, click "Connect" beside GitLab.
  6. Enter your GitLab Username & paste in the Access Token.
  7. Change it to "API v4" instead of "API v4 OAUTH2".
  8. Also, CHECK OFF the "Two Factor Authentication".
  9. Save. You're DONE.

To Add an existing solution to GitLab:

  1. Open the solution Visual Studio
  2. File > Add to Source Control.
  3. In the "Team Explorer" tab, under Local Git Repositories, click the "..." to navigate to your project folder. Then click Add.
  4. At the top, click the dropdown and go to "Sync". Under Gitlab, click "Publish". (This creates the repo).
  5. In the dropdown at the top, chooose "Changes" to create an initial commit. Now Commit & Push.

What's new ?

V1.0.156

Visual Studio 2019 support

V1.0.150

  1. AddOpen URL from clipboard
  2. Support Gitee.com
  3. fix #35

V1.0.0.143 Fix Visual Studio MPF 15.0 problem

V1.0.0.142 Fix some bugs

V1.0.0.122

Fix HttpUtility.UrlEncode processing username or email causing problems that cannot be logged in

V1.0.0.119

Now update login mode is OAuth2, which can't be logon before because the new version of GitLab's API session has been discarded.

The two API login methods are supported in the login interface, and the old version of GitLab needs to be selected manually. The default is that the login mode is OAuth2 and V4 !

V1.0.0.115

1.You can select GitLab Api version .

V1.0.0.112 1.modify "Open On GitLab" to "GitLab"

  1. fix other!

V1.0.0.95
1.French, Japanese, German and other languages have been added, but these are Google's translations, so we need human translation!
2.Open on GitLab move to  submenu! 3.Fixed issue #3,Thanks luky92! 4.The selected code can create code snippets directly 5.When you create a project, you can select namespases. 6.GitLab's Api is updated from V3 to V4

V1.0.0.70
1 GitLab login information associated with the solution, easy to switch GitLab server.
2 Enter the password and press enter to login GitLab server. 3、Now, We can login   with two  factor authentication.just enter the personal access token into the password field.

VV1.0.0.58 Support for Visual Studio 2017  Fix bus.

2017-03-08   1.0.0.41

fix for vs2017

2017-03-04   1.0.0.40Â

1.  Right click on editor, if repository is hosted on GitLab Server , you can jump to master/current branch/current revision's blob page and blame/commits page. If selecting line(single, range) in editor, jump with line number fragment.

2. Fix #4 #5 #6

2017-03-04  1.0.0.39

fix some bug!

HomePage

http://visualstudio.gitclub.cn/

BUG And Issues

https://gitlab.com/maikebing/GitLab.VisualStudio/issues https://github.com/maikebing/GitLab.VisualStudio/issues

Visual Studio | Marketplace

https://marketplace.visualstudio.com/items?itemName=MysticBoy.GitLabExtensionforVisualStudio

Thanks

GitHub Extension for Visual Studio

CodeCloud Extension for  Visual Studio
  https://gitee.com/GitGroup/CodeCloud.VisualStudio

Visual Studio Extension for opening files on GitHub.com
https://github.com/neuecc/Open-on-GitHub 

NGitLab
https://github.com/Xarlot/NGitLab https://github.com/Franklin89/NGitLab
https://github.com/maikebing/NGitLab

 

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(2) 发布并加入讨论🔥
发表了资讯
2019/01/17 09:38

GitLab Extension for Visual Studio 1.0.167 发布

2018年 , 我们下载量超越十万大关, 安装量超六万 。 2019 继往开来,将加入更多功能。 此次更新内容如下: 1、加入了自动探测协议, 无论你的GitLab 是V4、V3 或者带不带 OAuth2 , 或者是天朝最强Gitee.com , 我们自动检测一切。 2、修正了发布按钮逻辑相反测错误。 下载地址: https://marketplace.visualstudio.com/items?itemName=MysticBoy.GitLabExtensionforVisualStudio...

1
1
发表了资讯
2018/12/07 17:22

GitLab Extension for Visual Studio 1.0.156 发布

VisualStudio 2019 预览版已经发布, GitLab Extension for Visual Studio 也随之跟进,并修正一些问题。 安装了VS2019的同学们可以下载安装了。

1
0
发表了资讯
2018/11/27 17:36

GitLab Extension for Visual Studio 发布 1.0.150

GitLab Extension for Visual Studio V1.0.150 更新内容 添加从剪贴板中的 URL 打开 VS中对应的文件, 比如 从码云 赋值 一个当前项目的代码链接, 在VS中点击GitLab 按钮 中的从剪贴板打开, 就直接在当前VS窗口中打开对应的源码文件。 支持了码云,登录的时候 首先需要选择协议为 码云 。 输入码云的地址, 就可以登录了, 更多针对码云的支持正在开发中 修复(#35 )复制提交链接一直是master分支的问题。 下载链接 https://...

1
2
发表了资讯
2018/11/12 09:26

GitLab Extension for Visual Studio 1.0.143 发布

1、增加了从剪贴板打开GitLab服务器的链接中对应当前解决方案中的文件的功能。 2、修复了一些BUG 预告一下: 测试版我们将回归支持Gitee.com

0
2
发表了资讯
2018/08/15 09:27

GitLab Extension for Visual Studio 1.0.142 发布

此版本主要是 BUG 更新 1、修正一个安装方面的 BUG 2、私有单选框无论是否选择都是创建的私有项目的 BUG 3、优化了代码风格。 下载链接请查看: https://marketplace.visualstudio.com/items?itemName=MysticBoy.GitLabExtensionforVisualStudio 源码版本库 https://gitee.com/maikebing/GitLab.VisualStudio...

0
0
发表了资讯
2017/10/09 23:55

GitLab Extension for Visual Studio 1.0.0.95 发布

GitLab Extension for Visual Studio 是一个 针对 VS2015 和 VS2017 的 GitLab 扩展工具,这次版本主要更新内容如下: V1.0.0.95 新增了法语日语德语以及其他语言,不过是谷歌翻译的,我们需要人工翻译,如果你愿意,可以帮下我。 "Open on GitLab "的功能移动到子菜单 Fixed issue #3,Thanks luky92! 你所选中的代码可以直接创建代码片段 当你创建项目时, 现在可以选择面组织名称路径 GitLab's Api 从V3 更新到了 V4 首页 http...

1
3
发表了资讯
2017/05/08 13:22

GitLab Extension for Visual Studio 1.0.0.70 发布

GitLab Extension for Visual Studio 1.0.0.70 经过一段时间的测试,已经更新至Marketplace 更新内容如下: V1.0.0.70 1、GitLab登录信息现在存储在解决方案,不同的解决方案可以使用不同的账号和GitLab服务器. 2、输入密码按回车键即可登录 3、现在,我们可以使用两步认证登录,只需要输入个人 Token到密码字段即可. Open On GitLab Team Home Page Team Connct Page Visual Studio | Marketplace https://marketplace.visualst...

2
2
发表了资讯
2017/03/20 15:12

Visual Studio 的 GitLab 扩展发布 1.0.0.58

GitLab Extension for Visual Studio 目前是 Visual Studio 中唯一的通用 GitLab 扩展, 我们支持任何一个 GitLab 托管服务器, 扩展基于码云的 Visual Studio 扩展改造完善和拓展, 现在我们很荣幸的公布 1.0.0.58 的发布。 为什么会发布新版本?因为修复了一些 bug,并同时希望刷一下存在感。 新版本增加了在代码编辑器中右键从浏览器打开代码。 支持了VS2017 的 社区版、企业版、专业版,VS2015的同样都已经支持。 修复了纯英...

10
9
发表了资讯
2017/03/06 10:35

GitLab Extension for Visual Studio 1.0.0.40 发布

GitLab Extension for Visual Studio 1.0.0.40 主要更新了以下功能: 一、增加了编辑器右键菜单中加入了在浏览器中打开托管在GitLab服务器i上的功能, 你可以调到主分支, 分支, 当前代码版本的页面, 也可以打开审查, 当前最后提交的页面, 如果你的鼠标在某一行, 连接直接定位至页面的哪一行。 二、修正了用户名无法登录的问题 三、修正了创建同名版本库报错的问题 BUG 和意见反馈 https://www.gitlab.com/maikebing/GitLa...

7
2
发表了资讯
2017/02/27 11:32

GitLab Extension for Visual Studio 1.0.0.38 发布

GitLab Extension for Visual Studio 1.0.0.38 发布了。GitLab Extension for Visual Studio 可以登录任何 GitLabCE 服务器以及 GitLabEE 服务器。包括耳熟能详的 https://www.gitlab.com https://git.oschina.net https://gitclub.cn 我们在原码云VS插件的基础上针对GitLab 增加了GitLab特有的按钮. GitLab Extension for Visual Studio 支持中文和英文 , 下面是中文版截图: 首页 http://visualstudio.gitclub.cn/ 如何签出:...

0
9
发表了资讯
2017/02/18 17:05

首个 GitLab 的 Visual Studio 扩展发布

GitLab Extension for Visual Studio 1.0.0.15 发布,这是首个 GitLab 的 Visual Studio 扩展程序。 通过 GitLab Extension for Visual Studio 在 VisualStudio 中你可以登录任何一个你喜欢的 GitLab 服务器并开始你伟大的工作! 首页 http://visualstudio.gitclub.cn/ BUG 和ssues https://www.gitlab.com/maikebing/GitLab.VisualStudio/issues Visual Studio | Marketplace https://marketplace.visualstudio.com/items?item...

6
16
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
2 评论
16 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部