This extension can help you with changing parameters (or parts) of complex and long urls.
- Simple UI
- Full keyboard support: keyboard shortcuts for all basic operations (no need to use mouse)
- Auto-complete / auto-suggest - suggests you recently used params on particular page or values for it
- Auto-refresh - reloads current page with given interval
- Configurable
- Instal NPM
npm install
Recommended IDE: VSCode
- Build:
gulp build
- Build tests:
gulp build-test
- Build and run tests:
gulp test
- Full build and run tests:
gulp test-ci
- Full build and run tests in deug mode:
gulp test-ci-debug
- Watch app (rebuild on save):
gulp watch
- Watch tests (rebuild on save):
gulp watch-test