Skip to content

Mokkapps/jasmine-test-selector

Repository files navigation

Visual Studio Marketplace

VS Code Extension: Jasmine Test Selector

This VS code extension provides a way to list all available describe and it functions in an editor window. Selecting one list entry moves the cursor to the line of this test function.

This extension was inspired by the IntelliJ Plugin "ddescriber"

Visual Studio Code Marketplace

Download the extension from the marketplace

Usage

  • Launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type "Jump to a jasmine test"
  • Select a test from the input box
  • The selected test should be highlighted in the editor