youtype / boto3-ide

Code auto-complete and type checking for AWS boto3 in your VSCode
MIT License
20 stars 2 forks source link

intellisense doesnt seem to work #4

Closed DesAWSume closed 2 years ago

DesAWSume commented 2 years ago

Issue: intellisense doesn't seem to work

DES: after installed the extension in VSCode,

Env: Python 3.10

pylance and intellisense are installed

m5-dev commented 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.

DesAWSume commented 2 years ago

Hi Amin

Thanks for this, it won't appear in settings -> extension

it just not appears at all

image
DesAWSume commented 2 years ago

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

vemel commented 2 years ago

Hello @DesAWSume ,

THis is strange that you do not have IntelliSense even for unknown type, so please check the following:

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.

DesAWSume commented 2 years ago

Hi Vemel

Work like a GEM, awesome!!!! Love your work!!! Thanks heaps

vemel commented 2 years ago

You are welcome! Let me know if anything else comes up.