Mokkapps / jasmine-test-selector

Visual code extension to list and select jasmine tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Visual code extension to list and select jasmine tests

License:MIT License


Languages

Language:TypeScript 100.0%