I have downloaded the Visual Studio Community 2017 version for mac. I opened up the installer and I guess automatically all the components are automatically set for installation or you can choose which ones you wish to install. I chose to go ahead and install everything. With Visual Studio 2017 15.9 and Visual Studio for Mac 7.7, we are moving from Oracle's JDK to a lightweight distribution of Open JDK meant for mobile development. Open JDK will be offered as a component to install along with other Visual Studio for Mac updates and you will be prompted to update your JDK settings to use Open JDK once installed. Visual Studio 2017 is the most awaited software from Microsoft. The first version of Visual Studio IDE was released on March 19, 1997, which was Visual Studio 97. At that point of time, C# didn't exist and Visual Basic, Visual C etc. Languages were part of this great tool. We can download Visual Studio 2017 from the Visual Studio official site. The different editions of Visual Studio 2017 are: Visual Studio Community 2017, Visual Studio Professional 2017 and Visual Studio Enterprise 2017. If you are looking for latest version of Visual Studio 2017 to download, you can grab the links to install from here.
Please read Visual Studio 2017 system requirements before installing:
Supported Operating Systems
Visual Studio 2017 will install and run on the following operating systems:
- Windows 10 version 1507 or higher: Home, Professional, Education, and Enterprise (LTSB is not supported)
- Windows Server 2016: Standard and Datacenter
- Windows 8.1 (with Update 2919355): Basic, Professional, and Enterprise
- Windows Server 2012 R2 (with Update 2919355): Essentials, Standard, Datacenter
- Windows 7 SP1 (with latest Windows Updates): Home Premium, Professional, Enterprise, Ultimate
Hardware
- 1.8 GHz or faster processor. Dual-core or better recommended
- 2 GB of RAM; 4 GB of RAM recommended (2.5 GB minimum if running on a virtual machine)
- Hard disk space: upto 40GB, depending on features installed
- Video card that supports a minimum display resolution of 720p (1280 by 720); Visual Studio will work best at a resolution of WXGA (1366 by 768) or higher
Download Visual Studio 2017
You can download any of the below editions of Visual Studio 2017 directly from Microsoft servers:
Version | Web Installer | ISO | Last Update |
---|---|---|---|
Visual Studio Community 2017 | Download | Download | January 6, 2019 |
Visual Studio Enterprise 2017 | Download | Download | January 6, 2019 |
Visual Studio Professional 2017 | Download | Download | January 6, 2019 |
Visual Studio Test Professional 2017 | Download | Download | August 23, 2018 |
Visual Studio Community 2017 for macOS | Download | -- | January 6, 2019 |
Visual Studio Professional 2017 for macOS | Download | -- | January 6, 2019 |
Visual Studio Enterprise 2017 for macOS | Download | -- | January 6, 2019 |
Team Foundation Server 2017 | Download | Download | August 23, 2018 |
Download Visual Studio 2017 ISO
1 | Download the Visual Studio Web Installer executable file from above links to a drive on your local machine. |
2 | Run Visual Studio setup executable file with the following arguments from a command prompt: For example if you downloaded the community edition web installer vs_community.exe --layout 'download-path' --lang 'download-language' |
3 | Example A: Install all languagesvs_community.exe --layout C:vs2017 |
4 | Example B: Install one languagevs_community.exe --layout C:vs2017 --lang en-US |
5 | Example C: Install multiple languagesvs_community.exe --layout C:vs2017 --lang en-US de-DE ja-JP |
Country codes
ISO Code | Language |
---|---|
cs-CZ | Czech |
de-DE | German |
en-US | English |
es-ES | Spanish |
fr-FR | French |
it-IT | Italian |
ja-JP | Japanese |
ko-KR | Korean |
pl-PL | Polish |
pt-BR | Portuguese - Brazil |
ru-RU | Russian |
tr-TR | Turkish |
zh-CN | Chinese - Simplified |
zh-TW | Chinese - Traditional |
Update an installation layout
As updates become available for Visual Studio 2017, you can run the --layout
command again, pointing to the same layout folder, to ensure that the folder contains the latest components. Only those components that have been updated since the last time --layout
was run will be downloaded.
Visual Studio 2017 Version with Release Dates
- Visual Studio 2017 version 15.9.0 (November 13, 2018)
- Visual Studio 2017 version 15.8.0 (August 14, 2018)
- Visual Studio 2017 version 15.7.0 (May 7, 2018)
- Visual Studio 2017 version 15.6.0 (March 5, 2018)
- Visual Studio 2017 version 15.5.0 (December 4, 2017)
- Visual Studio 2017 version 15.4.0 (October 9, 2017)
- Visual Studio 2017 version 15.3.0 (August 14, 2017)
- Visual Studio 2017 version 15.2.0 (May 10, 2017)
- Visual Studio 2017 version 15.1.0 (April 5, 2017)
- Visual Studio 2017 version 15.0.0 (March 7, 2017)
Visual Studio 2019 also available for download
[I'm sorry but I'm super busy now. If you want to be a maintainer of the project, please feel free to contact me! You've to be passionate about programming]
Live Server loves 💘 your multi-root workspace
Live Server for server side pages like PHP. Check Here
[For 'command not found error' #78]
Launch a local development server with live reload feature for static & dynamic pages.
Shortcuts to Start/Stop Server
[NOTE: In case if you don't have any .html
or .htm
file in your workspace then you have to follow method no 4 & 5 to start server.]
Open a project and click to
Go Live
from the status bar to turn the server on/off.Right click on a
HTML
file from Explorer Window and click onOpen with Live Server
..Open a HTML file and right-click on the editor and click on
Open with Live Server
.Hit
(alt+L, alt+O)
to Open the Server and(alt+L, alt+C)
to Stop the server (You can change the shortcut form keybinding). [On MAC,cmd+L, cmd+O
andcmd+L, cmd+C
]Open the Command Pallete by pressing
F1
orctrl+shift+P
and typeLive Server: Open With Live Server
to start a server or typeLive Server: Stop Live Server
to stop a server.
Features
- A Quick Development Live Server with live browser reload.
- Start or Stop server by a single click from status bar.
- Open a HTML file to browser from Explorer menu.[Quick Gif Demo].
- Support for excluding files for change detection.
- Hot Key control.
- Customizable Port Number, Server Root, default browser.
- Support for any browser (Eg: Firefox Nightly) using advance Command Line.
- Support for Chrome Debugging Attachment (More Info). [Quick Gif Demo].
- Remote Connect through WLAN (E.g.: Connect with mobile) [Need Help? See FAQ Section]
- Use preferable host name (localhost or 127.0.0.1).
- Customizable Supporting Tag for Live Reload feature. (Default is
Body
orhead
) - SVG Support
https
Support.- Support for proxy.
- CORS Enabled
- Multi-root workspace supported.
- Support for any file even dynamic pages through Live Server Web Extension.
Installation
Open VSCode and type ctrl+P
, type ext install ritwickdey.liveserver
.
Settings
All settings are now listed here Settings Docs.
FAQs
All FAQs are now listed here FAQ Docs
What's new ?
Version 5.6.1 (17.04.19)
- [NEW] Fixing
Extension host terminated unexpectedly
*[#431
- [NEW] Fixing
Version 5.6.0 (17.04.19)
- [NEW] Intregation of
Browser Preview
withLive Server
[#352 - Thanks to Kenneth Auchenberg] - [NEW] Fallback to random port If given port is busy. [#330 - Thanks to Ali Almohaya ]
- [FIXES] Moved to
vscode-chokidar
lib for #285. - Doc Fixes [#388 - Thanks to Ted Silbernagel]
- [NEW] Intregation of
Version 5.5.1 (12.02.19)
- [Fixes] Fixed
Extension host terminated unexpectedly
for MacOS. [#285]
- [Fixes] Fixed
Version 5.5.0 (12.02.19)
- [Fixes] Fixed
ignoreFiles
settings [#255] - Attempt to fix
high cpu load
[#278]
- [Fixes] Fixed
Changelog
To check full changelog click here.
Download Visual Studio 2017 Community
Special Thanks To Maintainers
A special thanks to Max Schmitt, Joydip Roy & Ayo Adesugba for contributing their valueable time on this project.
LICENSE
Visual Studio 2017 For Mac
This extension is licensed under the MIT License