codecamp

【VS Code】Visual Studio Code 官方下载地址

Visual Studio Code logo

  Visual Studio 2019

 版本 16.4

功能完备的集成开发环境 (IDE),适用于 Android、iOS、Windows、Web 和云 (IDE)

Community

功能强大的 IDE,免费供学生、开放源代码参与者和个人使用

免费下载↓         下载预览版


Professional

最适合小型团队的专业 IDE

免费试用↓         下载预览版


Enterprise

可缩放的端到端解决方案,适用于任何规模的团队

免费试用↓          下载预览版


Visual Studio Code Logo  Visual Studio Code

方便快捷、可满足不同需求的免费开放源代码编辑器

免费下载


Sublime Text 编辑器官方下载地址
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录

关闭

MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }