Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Windows 10
- find
- tomcat
- resource
- netsh
- Windows
- VirtualBox
- import
- Quartz
- web.xml
- bash
- IntelliJ
- xargs
- context
- port
- vscode
- Source
- 줄바꿈 문자
- 네트워크
- ssh
- Mac
- JavaScript
- GIT
- grep
- profile
- maVen
- 단축키
- plugin
- Eclipse
- lsof
Archives
- Today
- Total
목록vscode (3)
develog
[vscode] 정규식으로 개행 문자 포함해서 찾기
개행 문자 포함해서 검색할 때[\s\S\r\n]*? ex) HMTL 주석 태그 찾기# 사이의 모든 텍스트를 찾는다 ex2)// 찾기return api_response\(([\s\S\r\n]*?)\);// 바꾸기, 그룹 치환은 $1return encrypt(api_response($1));
카테고리 없음
2024. 2. 11. 07:59
[vscode] 자주 쓰는 플러그인, Extensions
Checkstyle for JavaJava Dependency ViewerJava Extension PackGradle for JavaMaven for JavaSpring Boot DashboardSpring Boot Extension PackSpring Boot ToolsSpring Initializer Java Support Community Server ConnectorsDebugger for ChromeDebugger for JavaJavaScript (ES6) code snippetsSVNXML Explorer ExcludeTodo TreeBookMarksSort linesRemote -SSHRemote DevelopmentLive ServerLive PreviewLive Sass Compile..
카테고리 없음
2021. 2. 25. 11:14