Skip to content

Commit

Permalink
Added bru.setNextRequest into the hint words list (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
MultiFe22 authored Jan 25, 2024
1 parent 7de5bbb commit e375ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/bruno-app/src/components/CodeEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ if (!SERVER_RENDERED) {
'bru.getEnvVar(key)',
'bru.setEnvVar(key,value)',
'bru.getVar(key)',
'bru.setVar(key,value)'
'bru.setVar(key,value)',
'bru.setNextRequest(nextRequest)'
];
CodeMirror.registerHelper('hint', 'brunoJS', (editor, options) => {
const cursor = editor.getCursor();
Expand Down

0 comments on commit e375ffb

Please sign in to comment.