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
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