Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>shark-extensionNew to Visual Studio Code? Get it now.
shark-extension

shark-extension

yangbo

|
662 installs
| (0) | Free
a extension for shark series lib
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

shark-extension

A very useful extension to help you develop angular applications more comfortably and quickly

Features:

api tips

By placing the mouse on a component or directive name, there will be a layer of shells prompts inputs and outputs of this component or directive

generator

Help you to Generate commonly used documents

configuration item

suport separate file names with dots and dashes; The default value of the separator is '-'

 "shark-extention": {
   "separator": "."
 }
 // config generate command 
 "shark-generate": {
        "skip-import": true, if import in module file, default value is true
        "spec": true, // if generate the spec file, default value is true
 }

code snippts

Only need to type the component prefix, it will help you automatically complete

product-leve code snippts manager

you can use the remote snippets lib in your product

update api

You can update the api resource with the 'shark.update' commond

test

You can start Karma server for test with the 'shark.runAllTests' commond And you can stop Karma server with the 'shark.stopTests' commond

Generate unit test

Angular6+ Unit Test Generator For Components, Directive, Services, Pipes, and Modules

Right click menu (shark: generate unit test): Command panel (Shark Spec: shark: generate unit test):

version 1.3.10

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft