You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Make sure you are connected to a server or cluster before using a playground. You can't run a playground and you won't get completions if you are not connected.*
28
+
_Make sure you are connected to a server or cluster before using a playground. You can't run a playground and you won't get completions if you are not connected._
29
29
30
30
### Quick access to the MongoDB Shell
31
31
32
32
Launch the MongoDB Shell from the command palette to quickly connect to the same cluster you have active in VS Code.
*The shell binary needs to be in your `$PATH`. This functionality has some issues on Windows, we'll release an update with a fix soon.*
36
+
_The shell binary needs to be in your `$PATH`. This functionality has some issues on Windows, we'll release an update with a fix soon._
37
37
38
38
### Terraform snippet for MongoDB Atlas
39
39
@@ -56,7 +56,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo
56
56
57
57
## Additional Settings
58
58
59
-
*These global settings affect how MongoDB for VS Code provides intelligent autocomplete inside snippets and string literals (off by default). Changing the default configuration may affect the behavior and performance of other extensions and of VS Code itself. If you do not change the default settings, you can still trigger intelligent autocomplete inside a snippet or string literal with `Ctrl+Space`.*
59
+
_These global settings affect how MongoDB for VS Code provides intelligent autocomplete inside snippets and string literals (off by default). Changing the default configuration may affect the behavior and performance of other extensions and of VS Code itself. If you do not change the default settings, you can still trigger intelligent autocomplete inside a snippet or string literal with `Ctrl+Space`._
60
60
61
61
-`editor.suggest.snippetsPreventQuickSuggestions`: By default, VS Code prevents code completion in snippet mode (editing placeholders in inserted code). Setting this to `false` allows snippet (eg. `$match`, `$addFields`) and field completion based on the document schema for the `db.collection.aggregate()` expressions.
62
62
-`editor.quickSuggestions`: By default, VS Code prevents code completion inside string literals. To enable database names completions for `use('dbName')` expression use this configuration:
@@ -93,6 +93,7 @@ npm run local-install
93
93
This will compile and package MongoDB for VS Code into a `.vsix` file and add the extension to your VS Code.
0 commit comments