Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ember Test Selector CompletionNew to Visual Studio Code? Get it now.
Ember Test Selector Completion

Ember Test Selector Completion

Jackson Dean

|
187 installs
| (0) | Free
Autocomplete for ember-test-selectors
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ember Test Selector Completion

Completion provider for ember-test-selectors. Scans all open test and template files for test selectors. Only provides completion when in a test file. In order to enable suggestions for strings, you must have the following in settings:

"editor.quickSuggestions": {
  "other": true,
  "comments": false,
  "strings": true
},
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft