Generate links from express route definitions
- 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)?')
)
This extension contributes the following settings:
urlify-me.enableCodeLens
: enable/disable codelensurlify-me.baseUrls
: string array of available base urls, e.g. ["http://www.example.com", "https://dev.example.com"]
Initial release of urlify-me.
Only trigger codelens for js files Add