.SUBLIME-WORKSPACE 파일 확장자
Sublime Text Workspace File
| 개발사 | Jon Skinner |
| 인기도 |
3.0 | 3 투표 |
SUBLIME-WORKSPACE 파일이란 무엇인가요?
File created by Sublime Text, a text editor; contains folders opened and created by the user; JSON configured; referenced when its counterpart, .SUBLIME-PROJECT, is opened.
추가 정보
Sublime Text is a program used primarily to edit code, markup, and prose. Some features include: instant switching between projects with no save prompts, split editing files side-by-side, and a highly customizable layout. Sublime Text supports many different programming languages, such as CSS, JavaScript, and HTML.
The workspace file is created by selecting Project → Save Project As.... The extension should be automatically inserted, if not, the user must manually type it in. When the file is created it's saved as SUBLIME-PROJECT and SUBLIME-WORKSPACE. The user should click on the SUBLIME-PROJECT file when they want to open the project.