Closed DesAWSume closed 2 years ago
Hi go to the vscode setting, on user tab > Extensions. select the link that related to the intellisense extension, change some options and observe the result.
Hi Amin
Thanks for this, it won't appear in settings -> extension
it just not appears at all
Hey Amin Thanks for the reply, I compared mine with other PC Vscode settings, I couldnt find what is the cause, It is just not able to show the anything
Hello @DesAWSume ,
THis is strange that you do not have IntelliSense even for unknown type, so please check the following:
Python
and Pylance
VSCode extensions are installedPylance
is selected as a Python Language Server in VSCode settingsAWS boto3: Quick Start
command in VSCode (Ctrl+Shift+P) and install boto3-stubs
Now you should have type checking and IntelliSense. Please let me know if it works for you or if you have any issues with the process.
Hi Vemel
Work like a GEM, awesome!!!! Love your work!!! Thanks heaps
You are welcome! Let me know if anything else comes up.
Issue: intellisense doesn't seem to work
DES: after installed the extension in VSCode,
Env: Python 3.10
pylance and intellisense are installed