Community version - Enterprise version I downloaded the enterprise version of the visual studio for mac and login as my enterprise account. The Full version of Visual Studio 2018 Crack is now available for Mac devices and Microsoft Windows as well. Everyone finds the best and genuine product for their use. It is very sure that you are also searching for the original software program.
Does anybody know how you can dock the 'Search' -> 'Find in files...' window in the sidebar so that it's always available in Visual Studio Community for Mac?
Can't find anywhere how to do this. On the Windows version of Visual Studio this is very easy and self explanatory.
I am using version 7.5 (build 1254).
Many thanks in advance!
Browse other questions tagged visual-studio-mac or ask your own question.
1 Answer

The thing is called Minimap.
Recommended: To change it from within VS Code...
- on all systems, the easiest way is to use the menu:
View->Toggle Minimap(as shown on the screenshot below).
- on all systems, you can also press Shift+Ctrl+P(on Mac, Ctrl is replaced by ⌘) and search for
Toggle Minimapwithin the Command Palette.
As with all settings in VS Code, you can also change it via settings.json.
- on Windows / Linux, you can press Ctrl+,(it's a comma). (This could also work on OSX, but I have not found a reference and I cannot test it myself).
- on all systems, you can press Shift+Ctrl+P (on Mac, Ctrl is replaced by ⌘) and then search for
Preferences: Open user settings.
Now, you should see a new file-tab called User settings and in it a two-pane viewer with its own search bar.
There, you look for editor.minimap.enabled and change its value to false. (You can also just add 'editor.minimap.enabled': false to your settings.json and save it.)
If you want to change it for your current project only, you can select Workspace Settings to the right of the setting window's search bar.
That's it!
Visual Studio For Mac Download
If you want to edit it from outside VS Code for some reason, open in...
- Windows:
%APPDATA%CodeUsersettings.json. - OSX:
$HOME/Library/Application Support/Code/User/settings.json. - Linux:
$HOME/.config/Code/User/settings.json.
Then, just add 'editor.minimap.enabled': false to your settings.json and save it.
Visual Studio For Mac Sidebar Settings
If you want to change it for your current project only, you can also look in your project's .vscode-folder - there, another settings.json can be found.