Login
Discover
Waves
Communities
Write
Login
Signup
Topics
#
vscode
Explore topics
#vscode
Global
Trending
Hot
New
Payout
Muted
Promoted
#vscode
New
Discover communities
Explore communities
Create your community
latest #vscode created topics - older | Ecency
#vscode
Follow to get notified about new posts with this tag
Get #vscode by email
Follow
onemon
test
9y
vscode > vue + emmet setting
굉장히 나이스한 vscode 에서의 vue + emmet 기본 세팅 위 옵션을 사용하면 엘리먼트 이름에 제약을 받지 않고 엘리먼트 자동완성 기능을 사용할 수 있다.
$ 0.000
0
createdd
vscode
9y
!
Low reputation account with an unverified outbound link, Reveal content
Favorite VS Code Extensions 2017
Photo by Kevin on Unsplash - Here is a list of some extensions I come to enjoy with VS Code. Since I work a lot in the frontend most of these extensions will be useful for web developers. I have been working
$ 0.000
2
kshoultz
vscode
9y
!
Low reputation account with an unverified outbound link, Reveal content
Code Journey - Old Dog / New Tricks: Keeping It Real
Just a short update. I mentioned in my last post that I wanted to start posting regularly, and claimed that I would have a post on a particular date. That was a mistake on my part, as I'm not pro at pumping
aminda
utopian-io
9y
How to Solve Quadratic Equations in a VSCode
A computer programmer can use VSCode to create powerful Microsoft Windows applications or as a learning tool as shown by this tutorial on quadratic equations. What Will I Learn? How to Solve Quadratic
jungmu
go
9y
[ Golang을 배워보자! ] golang 시작하기 ( 개발환경 구축하기 )
안녕하세요 ㅎㅎ 이더리움을 공부하려고보니 golang(이하 go)으로 개발된 버전이 가장 활발해 보이더군요. go의 전체적인 점유율도 올라가고 있는거 같고 ㅎㅎ 때문에 go를 배워보려 합니다 ㅎㅎ 우선 windows 환경에서 개발환경을 구축하는 방법을 알려드리려 합니다. 우선, 로 들어가셔서 위와 같은 귀여운 두더지를 찾아 다운로드 해줍니다. 그뒤, 환경변수를
jcsc
vscode
9y
How to launch different browsers from VS Code for debugging ASP.NET Core
How to launch different browsers from VS Code for debugging ASP.NET Core
null0584
go
9y
VSCODE에서 gb로 만든 vendor인식시키기
vscode에서는 $GOPATH에서 서드파트 라이브러리들을 찾는데 gb로 생성된 vendor을 인식하기 위해서는 아래와 같이 설정한다. { “go.gopath”: “${workspaceRoot}:${workspaceRoot}/vendor” }
jinzo
utopian-io
9y
VS Code issue snippets isn't working inside quotations
While using vscode I've realised that. Editor is unable to show a snippets list. when coding inside a quotation mark (doubled or single) the issue is exist in all languages. However the issue isn't exist
rakeshd
vscode
9y
!
Low reputation account with an unverified outbound link, Reveal content
How to create code snippets in visual studio code
Hey Guys, in this video I will show you how to create code snippets in visual studio code editor
comdev
vscode
9y
VSCODE 를 사용하는 개발자 분이 계신가요?
저는 평범한 개발자 입니다. (초보) VSCODE 개발툴? 이라고 하나요? 사용하고 계신분이 계신가요?
akccakcctw
vscode
9y
!
Low reputation account with an unverified outbound link, Reveal content
VSCode Plugin: Quokka.js
Quokka.js 是一款讓你可以在編輯器中邊寫 JavaScript 邊觀察執行結果的套件,官網介紹寫得很清楚: Quokka.js is a rapid prototyping playground for JavaScript and TypeScript. It runs your code immediately as you type and displays various execution
seanlloyd
wordpress
9y
VS Code Up & Running with PHP Interpreter
I'm setting up a WordPress site for a local organization. WordPress is completely new to me, so one of my first tasks was to get a basic development environment working. While poking around all the php
syt
cn
9y
Visual Studio Code 中文翻译 - 设置-在 Mac 上使用 VS Code 篇
原文 安装 下载 Visual Studio Code。 双击解压下载好的文件包 拖动 Visual Studio Code.app 到 Applications 文件夹,使其在 Launchpad 中可用。 通过右键单击图标并选择 选项, 添加到dock 将VS Code添加到Dock。 命令行 你也可以在将 VS Code 添加到环境变量之后,通过在终端中输入 'code' 打开VS Code:
syt
cn
9y
Visual Studio Code中文翻译 - 设置-在Linux上使用VS Code篇
原文 安装 Debian和Ubuntu的发行版 Debian/Ubuntu的发行版最容易的安装方法是通过软件中心或命令行下载并安装: sudo dpkg -i <file>.deb sudo apt-get install -f # 安装依赖 安装.deb包将自动安装apt库和签名密钥,以使用常规系统机制启用自动更新。请注意,下载页面上也提供了32位和.tar.gz的二进制文件。
syt
cn
9y
Visual Studio Code中文翻译 - 设置-概述篇
开始设置Visual Studio Code 原文 启动和运行Visual Studio Code是快速和容易的。 它的安装包下载很快,所以你可以在几分钟内安装,并开始体验VS Code。 跨平台 VS Code是一个运行在Mac、Linux和Windows操作系统上的免费的代码编辑器。 参照以下各平台的具体安装说明: Mac Linux Windows VS
syt
cn
9y
Visual Studio Code中文翻译 - 起步篇
起步 原文 Visual Studio Code是一个跨平台的,运行在Windows,macOS和Linux桌面上的轻量且功能强大的源代码编辑器,它内建了对JavaScript,TypeScript和Node.js的支持,对于其它语言(比如C++,C#,Python,PHP,Go)和其它运行时的支持(比如.NET和Unity),它有一个丰富的扩展生态系统。通过我们的介绍视频开始你的VS Code之旅吧。
syt
cn
9y
开始进行Visual Studio Code中文翻译
Image source 作为一个开发者,好的开发工具可以大大提高开发效率。我之前一直用的是SublimeText,因为比较轻量,扩展也很多,所以一直没怎么换。 最近要调试nodejs,看到一些人说VS Code调试nodejs很爽,于是就试了一下(之前我早就知道VS Code啦,也体验过,不过也只是体验罢了,基本没怎么用),感觉很好。用了一段时间,慢慢觉得VS
ineedthesleep
kr-dev
9y
[kr-dev] Win10에서 Go 편집기 설치하기
안녕하세요. 잠이 필요해 입니다. 오늘은 Go 편집기를 설치해보겠습니다. Go편집기는 LiteIDE, Emacs, Vim, Atom, Wide, Visual Studio Code 등 다양한 편집기들이 있습니다. 하지만 저는 Visual Studio를 사용해와서 아무래도 이것과 비슷해 보이는 Visual Studio Code라는 편집기를 설치 및 사용 해보겠습니다.
l0k1
development
9y
Editing Markdown with Visual Studio Code
I have been slowly getting back into things, fiddling around with codey type stuff, and I noticed there is a markdown previewer in VS code, but it's a bit clunky to use, the combination of `ctrl-shift-V`
← Latest