Hello guys,
New guy to MongoDB here. I wanted to ask here instead of giving a review on VS Marketplace:
I found out about the VS Code extension for MongoDB today and it gave me 2 functionalities that I had wanted ever since I started learning Mongo 2 days ago: color coded statements and Intellisense(or auto-complete).
I started trying playgrounds today and to my utter surprise the extension doesn’t seem to be able to do the most basic of tasks: switch databases.
Using use(‘db_name’); AND use db_name: Both show that the db has been switched in the output but any commands that I execute AFTER use seem to be working on test(default db) only.
Even using db(show active db) shows test even after running db just after use db_name
What’s up with the extension? Using cmd(I’m on windows) works fine