Brings up autocomplete after typing one of the below shortcuts
standardNatsReply(reply, 'status', 'info', {})
async (msg, reply) => {}
() => {}
async () => {}
const response = await axios.get(`${}`)
const response = await axios.post(`${}`, {})
const response = await axios.delete(`${}`)
const response = await axios.put(`${}`, {})
const { params } = JSON.parse(msg)
success
error
try {} catch (error) {}