행위

"제니퍼 물음표(?)를 :1 형태로 변경"의 두 판 사이의 차이

DB CAFE

(sublime 이용)
(제니퍼 물음표(?)를 :1 형태로 변경)
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
18번째 줄: 18번째 줄:
  
  
[[http://dbcafe.co.kr/wiki/index.php/%EC%A0%9C%EB%8B%88%ED%8D%BC_%EB%AC%BC%EC%9D%8C%ED%91%9C(%3F)%EB%A5%BC_:1_%ED%98%95%ED%83%9C%EB%A1%9C_%EB%B3%80%EA%B2%BD 원본url 바로가기]]
+
[[https://stackoverflow.com/questions/15198845/sublime-text-2-increment-numbers 원본url 바로가기]]
 +
[[category:sublime]]

2024년 1월 2일 (화) 00:16 기준 최신판

thumb_up 추천메뉴 바로가기


1 제니퍼 물음표(?)를 :1 형태로 변경[편집]

1.1 sublime 이용[편집]

You can use Increment Selection. Just press Ctrl+Alt+I over multiple selections of numbers.

You will need Package Control first. All of this shouldn't take more than 30 seconds to install.

Steps:

Install Package Control. Open Command Palette: Ctrl+Shift+P (Windows/Unix) / Command+Shift+P (Mac). Type Install Package Control and click to install. Install Increment Selection package. Open Command Palette again. Type Package Control: Install Package, click on it and wait a short period. Type Increment Selection and click on it to install. Select multiple numbers and press Ctrl+Alt+I (Windows/Unix) / Command+Control+I (Mac).


[원본url 바로가기]