webstorm - deptno/deptno.github.io GitHub Wiki
webstorm
- inlay hint virtual text ์ ๊ฐ์ ํํ๋ก ghost ์ฒ๋ผ ํ์ ๋ฑ์ ํํธ๋ฅผ ๋ณด์ฌ์ฃผ๋ ๊ธฐ๋ฅ
shift
x2Create Command Line Launcher
-> OK
typescript
auto import
yarn monorepo ์์ auto import ์์ ํ๊ฒ ๋ชจ๋์ package.json.main ์ ์กด์คํ์ง ์๋ ๊ฒฝ์ฐ๋ผ๋ฉด ํด๋น ๋ชจ๋์ tsconfig.json
์
baseUrl
์ ์์ ํ๋ค
"baseUrl": "./src"
plugin
intellij ์ฐธ์กฐ
error
The application /Applications/WebStorm.app cannot be opened for an unexpected reason, error=Error Domain=NSCocoaErrorDomain Code=260 "The file โWebStorm.appโ couldnโt be opened because there is no such file." UserInfo={NSURL=file:///Applications/WebStorm.app, NSFilePath=/Applications/WebStorm.app, NSUnderlyingError=0x600002290060 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
Webstorm -> Tools -> Terminal -> Run command using IDE(? @todo)