AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / computer / 问题 / 1421557
Accepted
Andrew Keeton
Andrew Keeton
Asked: 2019-04-05 11:39:01 +0800 CST2019-04-05 11:39:01 +0800 CST 2019-04-05 11:39:01 +0800 CST

我可以为 Visual Studio 2019 安装自定义文档井(垂直选项卡)扩展吗?

  • 772

Custom Document Well 扩展仅适用于Visual Studio 2017。有没有办法为 Visual Studio 2019 安装它?具体来说,我只关心垂直标签功能。

截至撰写此问题时,Visual Studio 19 的当前版本为 16.0.0,Custom Document Well 扩展的当前版本为 15.06。

tabs extension visual-studio-2019
  • 4 4 个回答
  • 13497 Views

4 个回答

  • Voted
  1. Best Answer
    Andrew Keeton
    2019-04-05T11:39:01+08:002019-04-05T11:39:01+08:00

    更新 #2

    垂直选项卡已停止预览,现已正式成为 Visual Studio 2019 v16.4 的一部分!

    更新 #1

    新的“垂直文档选项卡”功能是Visual Studio 2019 版本 16.4 预览版 2的一部分。还有一篇专门的博客文章。


    原答案

    1. 下载CustomDocWell.vsix
    2. 解压缩文件,例如将其重命名为CustomDocWell.vsix.zip并提取内容
    3. 下载解决方法extension.vsixmanifest(非原始页面)
      • 唯一的变化是版本的上限InstallationTarget已被删除
    4. extension.vsixmanifest用解决方法文件替换原始文件
    5. 下载解决方法manifest.json(非原始页面)
      • 唯一的变化是sha256forextension.vsixmanifest已经重新计算
    6. manifest.json用解决方法文件替换原始文件
    7. 将内容压缩到一个新的CustomDocWell.zip
      • 重要提示:确保 zip 文件的根位于 和 级别,extension.vsixmanifest以及manifest.json其他文件和文件夹。zip 文件的根目录不应是名为CustomDocWell.
    8. 重命名为CustomDocWell.vsix
    9. 运行 VSIX 文件

    如果您没有收到任何错误,您在打开 Visual Studio 2019 时仍会收到警告:

    弃用警告

    扩展仍然有效;了解更多链接解释更多。

    这些设置位于“工具”>“选项”>“生产力工具”>“自定义文档井”下。

    错误

    如果出现错误,很可能是sha256ofextension.vsixmanifest不正确。您可以尝试自己计算(PowerShell 有Get-FileHash)并将其放入manifest.json.

    • 82
  2. Necriis
    2019-05-23T05:07:11+08:002019-05-23T05:07:11+08:00

    要使此解决方法适用于 VS 16.1,只需单击警告横幅中的“允许同步自动加载”并重新启动 VS。它将允许使用已弃用的同步 API...直到该功能内置!

    对于隐藏横幅的人,请选中此选项:选项/环境/扩展/允许同步自动加载扩展

    • 14
  3. hvk
    2019-04-09T02:56:41+08:002019-04-09T02:56:41+08:00

    除了Andrew Keeto 的回答:在第 4 步之后,在extension.vsixmanifest部分添加:

    <InstallationTarget Version="[15.0,)" Id="Microsoft.VisualStudio.Pro" />
    <InstallationTarget Version="[15.0,)" Id="Microsoft.VisualStudio.Enterprise" />
    

    或者更新最高版本:

    <Installation InstalledByMsi="false">
        <InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
        <InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
        <InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
    </Installation>
    <Prerequisites>
        <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
    </Prerequisites>
    

    我在https://emn178.github.io/online-tools/sha256_checksum.html重新计算了manifest.json的 SHA265,并将其替换为 extension.vsixmanifest 的 sha265 代码

    • 7
  4. iamdudley
    2019-10-09T13:22:56+08:002019-10-09T13:22:56+08:00

    这个答案是@Sergey-Vlasov 评论的副本。访问他的网站并按照说明进行操作。

    您可以从我的网站下载带有这些更改的 VS 2019 的即用型 Custom Document Well 安装程序:https ://tabsstudio.com/documentation/installing-custom-document-well-for-visual-studio-2019.html – Sergey弗拉索夫 7 月 27 日 13:28

    • 5

相关问题

  • 如何一键启动 VS Code 的实时服务器和 Chrome 调试器

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    Windows 10 服务称为 AarSvc_70f961。它是什么,我该如何禁用它?

    • 2 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Marko Smith

    ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] 证书验证失败:无法获取本地颁发者证书 (_ssl.c:1056)

    • 4 个回答
  • Marko Smith

    我如何知道 Windows 安装在哪个驱动器上?

    • 6 个回答
  • Martin Hope
    Albin 支持结束后如何激活 WindowsXP? 2019-11-18 03:50:17 +0800 CST
  • Martin Hope
    fixer1234 “HTTPS Everywhere”仍然相关吗? 2019-10-27 18:06:25 +0800 CST
  • Martin Hope
    Kagaratsch Windows 10 删除大量小文件的速度非常慢。有什么办法可以加快速度吗? 2019-09-23 06:05:43 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    Inter Sys Ctrl+C 和 Ctrl+V 是如何工作的? 2019-05-15 02:51:21 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve