如何使 Sql Server Management Studio 语法以与 Visual Studio 相同的颜色突出显示?

发布于 2024-10-06 01:27:46 字数 77 浏览 0 评论 0原文

我有一个来自 studiostyle.info 的 VS 自定义配色方案。 我怎样才能让 ssms 尊重它,以便我的查询很好,而且黑底白字。

I have a custom color scheme for VS from studiostyle.info.
How can I make ssms respect it so that my queries are nice and white on black.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

自找没趣 2024-10-13 01:27:46

我使用这个: http://winterdom.com/2007/10/colorschemesinsql2005managementstudio

您可能需要根据你运行的VS和SMS的版本稍微修改一下。它与 VS2k10 和 SQL SMS 2k8 完美配合

I use this: http://winterdom.com/2007/10/colorschemesinsql2005managementstudio

You might need to modify it slightly depending on the version of VS and SMS you run. It works perfectly with VS2k10 and SQL SMS 2k8

纸短情长 2024-10-13 01:27:46

只需从 http://studiostyl.es 导入样式文件 ....

  1. 工具>导入和导出设置>导入>下一步> ;是>下一步>浏览
  2. 查找您的文件。
  3. 在列表中选择它。
  4. 点击下一步>完成。

现在你有了一个自定义的配色方案。

如果要导入 Visual Studio 配色方案,请在 VS 中执行相同的操作,但仅导出文本和字体。然后您可以按照与上述相同的方式将它们导入 SSMS。

希望这有帮助!

Just import a style file from http://studiostyl.es ....

  1. Tool>Import and Export Settings>Import>next>yes>next>Browse
  2. Find your file.
  3. Select it in list.
  4. Hit next>finish.

And now you have a custom color scheme.

If you want to import your Visual Studio color scheme, do the same thing in VS but export only your text and fonts. You can then import them into SSMS just the same ways as above.

Hope this helps!

貪欢 2024-10-13 01:27:46

您可以按照本指南在 SQL 中执行此操作 如何:更改字体颜色、大小和风格

You can do it in SQL follow this guide How to: Change Font Color, Size, and Style

帅的被狗咬 2024-10-13 01:27:46

如果您在企业客户中对 2008 R2 感到厌倦,那么对于老式方法:

  • 工具
    • 选项
    • 环境
      • 字体和颜色
      • 文本编辑器

以下是 SSMS 中 Darcula 风格主题的自定义颜色:


背景:43 43 43 或#2B2B2B
前台:169 183 198 #A9B7C6
关键字: 204 120 50 #CC7832
线路评论:128 128 128 #808080
SQL 字符串:106 135 89 #6A8759

And for an old-skhool method if you are languishing back on 2008 R2 at a corporate client:

  • Tools
    • Options
    • Environment
      • Font and Colors
      • Text Editor

Here are my custom colo(u)rs for a Darcula style theme in SSMS:


Background: 43 43 43 or #2B2B2B
Foreground: 169 183 198 #A9B7C6
Keyword: 204 120 50 #CC7832
Line Comment: 128 128 128 #808080
Sql String: 106 135 89 #6A8759

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文