본문 바로가기

JavaScript

Visual Code 에서 code assistant (=intellisense) 동작 안할때

VS Code를 설치한 이후에 javascript 파일 작성시

ctrl + space 했을때 메소드, 프로퍼티가 나오지 않는 경우가 발생했었다.

확장프로그램 이것 저것 깔아봐도 안나오다 검색 후 나에게 맞는 해결방안을 찾았다.

https://codeolives.com/2019/09/18/vs-code-why-javascript-intellisense-is-not-working/

 

VS Code: Why Javascript intellisense is not working?

After a while since I had installed VS Code, I started to work on a nodejs project. As I started development, I started to realise that the intellisense of VS Code was just not up to the high stand…

codeolives.com

 

 

이런식으로 express에 대한 메소드 및 프로퍼티가 나오지 않는다.

 

 

왼쪽 Extension - @builtin TypeScript and JavaScript Language Features 으로 검색한다. - Enable 로 바꾼다
이후에 확인하면 이런식으로 잘 나오더라

Enable(Workspace)로 지정되어도 Enable로 전역으로 바꾸고 껏다 켜보는걸 추천한다.

'JavaScript' 카테고리의 다른 글

JavaScript,Vue에서 $(dollar) 와 _(underScore) 의미  (0) 2020.08.18