English 中文(简体)
演进室视力法中的活动
原标题:Activity Bar width in Visual Studio Code

是否有办法有选择地改变(v. 1.14)? 我有1366×768个屏幕,每台粉碎机,因此,我想将这一条形状缩小到至少50%。 相比之下,如垂直的监督厅接口要素。 Windows 10 Taskbar或Plasma 5小组,它发现有明显之处:

“enterography

I ve been also trying to find a solution for the Insider version of VSCode, but apart from just hiding it I haven t discovered anything relevant yet.

I have "window.zoomLevel": 0 set in settings.json.

最佳回答
问题回答

不是解决你的具体问题,而是另一个好的解决办法。

  • Install the Customize UI extension.
  • In Settings (UI) go to the Customize UI settings and set Activity Bar to "bottom".
  • Completely close VSCode and reopen.

“底部对代码的bar”/</a

我没有确切地问到什么,而没有把它完全藏匿起来,而是增加了一个能够吸引酒吧的关键捷径。

关于macOS:Code >P参比 >Key板 shortcuts >检索Toggle Activities Bar Visibility

或者,你可以进入<代码>。 键盘短程,采用下列方式:<代码>ctrl + k,然后<代码>ctrl + s。

页: 1 备选案文+B 仅像“Thecode>Command + B for theside Bar toggle”,并在我需要时展示。

  1. Install Apc Customize UI++ extension and restart vscode;
  2. Add the following options to user settings:
{
    "apc.activityBar": {
        "size": 36, // Height (when top/bottom) or width (in default position)
        "itemSize": 36, // Size of items within the bar (default: size)
        "itemMargin": 3 // Margin between two items (default: 3)
    },
}

Now, the activity bar will look like this:

“entergraph





相关问题
How to start to create an application GUI using C#?

HI! I am new to C# and plan to use it for my application GUI. I am trying to make my GUI similar to SPSS:http://www.spss.com/images/08/statistics_screens/ez_rfm-big.jpg Is this easy in C#? Is there ...

Automatic height of edit box

My shoes application has three items stacked on top of each other (with a stack, of course), in order: A banner An edit box Two buttons in a flow What I want to do is have the banner stay at it s ...

Search by using the keyboard in a list/grid - algorithm

I need to implement a custom search in a grid and I would like to find some user interface guidelines that explain the standard way to implement it. I mean this kind of search that is initiated by ...

UI And TcpClient Issue in vb.net

I m having some problems with a small ircbot i m writing. Basically I connect to the server using a tcpclient in a seperate class, which also runs on its own thread. I want to display the server text ...

UI Convention: Shortcut key for application exit? [closed]

Is there a convention for the shortcut keys for application exit? Some applications uses Alt+X some others use Ctrl+ X and Ctrl+Q. Applications like FF and IE doesnot assign a shortcut at all. So is ...