-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Milestone
Description
Description
Raw Tab is still using the old CodeMirror, we should upgrade it 👍
Acceptance Criteria
- Use Monaco Editor for the Raw Tab
- Implement the basic Syntax Highlighting for the Raw Tab. You can reference the Map Local. However, only highlight the Key and Value, and the URI (like the following screenshot). No need to highlight the Body.
- Completely remove the CodeMirror npm package from the app
- Make sure Editor Appearance is still working on the Raw Tab: For example Minimap, Word Warp, and Scroll beyond the last line.
- Control + F should show the Find bar
- Work with Body in the Response Panel
- Use semi-Bold + Green color for the Status Code, e.g 200 OK, 404 Not Found
