1

Why VSCode Intellisense dont show methods of imported class?

from tinydb import TinyDB
db = TinyDB('db.json')
db. # Here I dont have any methods of TinyDB object in suggestions list

1 Answer 1

1

I've found a way to fix this problem. Even though there is a correct path to git in my PATH, VSCode needs value "git.path" in settings.json. Don't foreget """ if your path contains spaces.

This string in settings.json helps me: "git.path": """c:\Program Files\Git\cmd"""

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.