Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Urlify-Me Cap'nNew to Visual Studio Code? Get it now.
Urlify-Me Cap'n

Urlify-Me Cap'n

rafikis75

|
84 installs
| (0) | Free
Generate codelens links to express server routes
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

urlify-me README

Generate links from express route definitions

Features

  • Generate links from express route definitions
  • Supports variable routes (e.g. server.get('/:variable') will let you specify what to use each time you click the codelens)
  • Supports optional routes (e.g. server.get('/route(/optional)?'))

usage

Extension Settings

This extension contributes the following settings:

  • urlify-me.enableCodeLens: enable/disable codelens
  • urlify-me.baseUrls: string array of available base urls, e.g. ["http://www.example.com", "https://dev.example.com"]

Release Notes

0.0.1

Initial release of urlify-me.

0.0.2

Only trigger codelens for js files

0.0.5

Add Prettier & pre-commit hooks

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