Commit Graph

16 Commits

Author SHA1 Message Date
af0d4d26bb Add Autocomplete + JSON/JavaScript Linting
Add JavaScript Autocomplete with all built-in Bruno functions. Add code linting markers for JSON and JavaScript CodeMirror sections. Add a few hotkeys to improve code editing.
2023-11-08 08:53:57 -05:00
fb4ad848d6 Update index.js
Pass prettier test.
2023-10-30 20:59:40 -04:00
31ecc281a8 Fix response/body cursor offset on resize
Now response/body will be refresh each time it gets resized so the cursor always stays in the right place.
2023-10-30 20:10:36 -04:00
a3e6ecddbb Add better CodeMirror folding options
Add XML fold to Response and Body. Add count of object directly inside of fold.  Include hotkeys Ctrl-Y to fold and Ctrl-I to unfold all XML/JSON data.
2023-10-24 11:21:47 -04:00
289625c851 Added a setting that allows you to change the font of the code 2023-10-06 17:53:05 +03:00
3d0c9cc0ae feat:added code generator to http-requests 2023-10-02 13:58:25 +05:45
76a743b74e spelling: interpreted
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
19a7f397bb feat(#197): prettier formatting on all files in packages/bruno-app 2023-09-18 13:37:00 +05:30
a0903a5842 fix: fixed many bugs (too many to count :) ) 2023-02-01 21:21:21 +05:30
60fc13c765 feat: refactor codemirror bruno variables mode 2023-01-21 01:17:27 +05:30
fb8ff37d83 feat: codemirror syntax highlight for env vars 2023-01-20 08:14:03 +05:30
2aef7c61a4 feat: graphql support (#65) 2022-11-07 02:56:58 +05:30
54b14a005d fix(#53): fix for response editor search issue (#55) 2022-10-30 17:50:38 +05:30
04a0a37ca4 feat: dark-mode (code editor) 2022-10-23 04:48:43 +05:30
ba219d66db feat: prettier config 2022-10-20 15:09:30 +05:30
539cdef9ca feat: moved next app to its own package (resolves #21) 2022-10-09 16:13:11 +05:30