Hey guys, dumb question. I am new to this javascri...
# sst
m
Hey guys, dumb question. I am new to this javascript/typescript paradigm and one of the difficulty that i am facing is lack of autocomplete/suggestions in visual studio code. I used to use Intellij for java and it used to give hints what public fields/functions/function parameters are available/required etc. Is there anything in vscode that i can install that can give me same intellisense for SST (typescript)
t
Everything should work out of the box with vscode
I don't use vscode personally so might need someone else's input here
r
Agree, js suggestions have worked for me. I did download the simple react snippets extension to help with JSX, but js and ts worked fine out of the box.
r
Yes, agree with others, this should 'just work' If you type a period/full stop after the definition of some object does anything happen at all?
ö
Click CMD + Space if you want to see the suggestions. Moreover, it might be possible that you are lacking tsconfig.json and/or type definitions for the library or node itself.