* Add description field for body entries #1673
Besides key and value the user can provide a description to the
according body entry to better keep track of them. This is useful when
testing an API with multiple different bodies.
* Make description field optional in all key value editors #1673
- Show description fields when any description exists
- Add toggle description option to gear icon menu
- Add optional description field in all key value editors
* Make placeholders lower case
* feat(curl): parse parameters from url string
* feat(curl): Remove trailing slash after import
* feat(curl): Add exception for failing test
* feat(curl): Parse params from url in curl importer
* New data models for hotkeys and store the key bindings in settings
* Merge win and linux key bindings, remove generic key combinations, and add documents
* fixed#1172
Collection variable added to folder environment
* modified code implementation #1172
* refactored code
* feature implemented #754
Code implemented to show the sorce of variable
* #1155 fixed
* code restructuring
* fixed#773
Added hotkey alt+u which swaps variable name with value and vice versa.