행위

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

DB CAFE

(sublime 이용)
(제니퍼 물음표(?)를 :1 형태로 변경)
 
19번째 줄: 19번째 줄:
  
 
[[https://stackoverflow.com/questions/15198845/sublime-text-2-increment-numbers 원본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 바로가기]