I installed GAS package from command line
npm install --save @types/google-apps-script
and VScode autocomplete only tell about parameter type like this

not what parameter are using for and more description like in web editor

is there any way to make VScode suggestion look like web editor? Or there is no way to do this?