Changing icons order of VSCode status bar - visual-studio-code

I'd like to change my VSCode status bar's icons order but I don't know how to do it.
I saw only one solution but it was outdated and it didn't work.
Thanks!

Welcome to StackOverflow.
Short of creating your own VS Code extension, there isn't a easy solution to this problem yet. This is, however, a work-in-progress feature which you can track here.
I hope this helps :)

Related

Weird Intellisense and code suggestions bug VSCode

I am having a weird bug on vscode for which the auto-completion suggestion shows twice and on the first auto-completion, the cursor is not going to the end of the word. I tried to check and play around with autocompletion settings but can't manage to solve this.
One thing I noticed is that if I open the suggestion menu manually and then select it, it works, this happens with the quick suggestions menu.
See the video below for clarity. This is a really annoying issue, can't find anything online about it.
See video here
Possible solutions:
Update your vscode if available.
If that only happens when writing CSS code, maybe that's an extension related issue.
See if that works :)

What is this thing in Visual Studio Code called and how to disable it

sorry that I don't know how to refer to it. Pls see the image. When I type in vscode, this annoying popup keeps blocking my view to see the code above. I am new in this so I need to refer to the previous lines. maybe when I am more experienced, I don't need to do this anymore. But right now, I want to disable it! Could anyone tell me what it is and how to disable it? Thanks!

VS Code Remove Sidebar Titles Symbols

Good morning.
In a markdown file, is it possible to remove the title icons (#, ##, ###, ####) in the sidebar?
They are really annoying. Spaces are enough to indicate the level of text.
Thank you.
https://ibb.co/XYRdwzz
As of v1.61.1, this is not possible.
However, there is an open issue about this on VS Code's official GitHub:
https://github.com/microsoft/vscode/issues/53992
There are proposals for a solution already. Maybe someone might pick this up and implement a configuration option for it.

Code overlay in Eclipse like in Sublime text editor [duplicate]

I wonder, if there is an Eclipse plugin for code birdview (preview, visualization, minimap, however it may be called)? I mean, when you see your code in a small preview window and may scroll using this window. Wait, I'll show you...
Like this. (See the column, where the white rectangle is).
Here is "Overview" plugin from a deleted by a mod answer that provides a minimap view.
(I don't see a reason for deletion, it's exactly what OP asked for).
I saw this question again today, and found someone working on such a plugin on github. I have no idea how far progressed this project is, but it may be worth checking out:
https://github.com/apauzies/eclipse-minimap-view
Hope this helps!
Minimap is now present in Eclipse starting version 4.9
Official link to the feature

Drag selected text to move it?

Is it possible to drag selected text to move it? This is in almost every other editor (not to mention text input fields in browsers.) I was surprised not to find it in VS Code.
Here is a gif example.
This is now supported as of Feb 2017 release (1.10.1) but it is disabled by default.
To enable it: Go to File > Preferences > Settings and add this line "editor.dragAndDrop": true
Source: https://code.visualstudio.com/updates/v1_10#_preview-drag-and-drop-selected-text
Looks like it's not yet implemented, but there's an open issue about it.
If you want to help without diving into the internals, go 👍 the issue to add to its social signal.
I don't believe so. Their site says that it is keyboard-optimized and keyboard-centric, so their idea might be that you should highlight some text, cut it, and past it where you want it rather than dragging it.
I talk about this problem on Github Microsoft page and Microsoft engineers see this. I hope to solve it. (Please support by 👍 on this page.)