From 09c842fea29c7ed1916fcad5ea07c963171bc41b Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 5 Sep 2024 05:52:39 +0100 Subject: [PATCH] Add to roadmap --- docs/roadmap.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/roadmap.md b/docs/roadmap.md index 11e8db92..2d278ebf 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -8,6 +8,12 @@ If you have any feedback or suggestions, please open a new discussion on GitHub. ## The Roadmap +- Watching environment files for changes & updating the UI. +- Editing key/value editor rows without having to delete/re-add them. +- Saving recently used environments to a file. +- Saving recently used collections to a file. +- Viewing the currently loaded environment keys/values in a popup. +- Changing the environment at runtime - probably via command palette - push a new command palette screen where you can search for and select one of the previously used environments. - Variable completion autocompletion TextAreas. - Variable resolution highlighting in TextAreas. - Bearer token auth (can be done now by adding header).