webstorm - deptno/deptno.github.io GitHub Wiki

webstorm

  • inlay hint virtual text ์™€ ๊ฐ™์€ ํ˜•ํƒœ๋กœ ghost ์ฒ˜๋Ÿผ ํƒ€์ž…๋“ฑ์˜ ํžŒํŠธ๋ฅผ ๋ณด์—ฌ์ฃผ๋Š” ๊ธฐ๋Šฅ
  • shiftx2 Create 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)

link