VS Code Controls not showing - visual-studio-code

I have an issue in VS Code. By mistake, I clicked some options and my VS Code looks like this now. It is not showing the menu and cannot be minimized either. Can someone please help me out to restore the VS Code in its default format.

Full Screen mode:
Press the ALT key and the toolbar will show up:
Exit Full Screen mode with F11:

Related

How to Show Code Runner Shortcut In VS Code

How can I show the Code Runner shortcut in Visual Studio Code if I mistakenly hid it?"
I was using Visual Studio Code and I accidentally hid the Code Runner shortcut. Is there a way to show it again? I have tried searching in the keyboard shortcuts settings but can't seem to find it. Any help would be appreciated (P.S I Know Many Of You will Say Use a Shortcut Key, or Reinstall the CodeRunner & VS Code But All Is Not Working)
How Can I get Code runner Shortcut Again
Make sure that you enabled your "Code Runner" extension
Go to the top right corner of VS Code to find a button that looks like three dots (...)
Right click on it and press "Run Code"
The Run Code button should reappear now

VS Code Move Debug Toolbar to Window Title

Is it possible to move debug toolbar to window title?
I know that VS Code does not provide such debug toolbar positioning option, but I am talking about edit the source code of VS Code.
Maybe you can suggest me what documentation to read and what files I have to edit to implement my idea?

VSCode - Disable selection on auto-complete suggestion

Whenever I use autocomplete, VSCode automatically puts whatever I type in a selection, it didn't happen before and it only started happening recently.
Here's what happens:
I type something like this and suggestion comes up:
Then I press enter to auto complete:
All of this is fine, but when I start typing in the quotes:
VSCode automatically puts my text in a selection. This causes multiple problems. Suggestions get disabled in selection and I have to press Esc everytime I want the selection disabled.
Is there any way to fix this?
The question was already answered by #Anton Solomin and #devanil. The issue is VS code auto-suggestion is not working when text is highlighted, because some of your code snippet is preventing quick suggestion by VS code.
So just tell VS code that don't disable quick suggestion if some snippets askes you to do it.
Go to VScode settings page, in settings search bar type editor.suggest.snippetsPreventQuickSuggestions
Uncheck Controls whether an active snippet prevents quick suggestion

I removed the bottom bar of VScode which shows the errors and errors, how can I recover it؟

I made an error yesterday when I was editing for a web contest, but no matter how hard I tried to send those edits to GitHub, I had to try the options in VS as usual to solve various problems. But I pressed an option without thinking and the E light disappears in the image below. Now I do not know how to return it.
And now my VS is like this
Open Settings using the shortcut Ctrl + ,
Search for "Workbench Status Bar" and look for the following option
Tick this checkbox

VS code: Pressing tab key for auto-completion would exit terminal

In my VS code terminal, pressing tab key for auto-completion would exit the terminal and select other components of VS code. How can I stop it? I was testing different shortcuts. I must have accidentally done something wrong.
Find the answer here. https://code.visualstudio.com/docs/editor/accessibility#_tab-trapping
Click Tab move focus in the center of the bottom bar.