Replies: 2 comments 1 reply
-
There are 2 types of http syntax for REST plugins. One from intellij and one from famous vscode plugin. Both tree-sitter-http and rest.nvim itself only support intellij-style syntax, where you should put request delimiter ( More detail about syntaxBy intellij spec, These lines can *close* the request body.
Also, tree-sitter-http parser will skip By following intellij-style http syntax, rest.nvim doesn't provide a way to extract request body inline.
|
Beta Was this translation helpful? Give feedback.
-
Thanks so much, Seongmin!
How can I debug scripts like this? Is there a way to print out a variable
from it?
…On Wed, Feb 19, 2025 at 6:39 AM Seongmin Lee ***@***.***> wrote:
Closed #533 <#533> as
resolved.
—
Reply to this email directly, view it on GitHub
<#533>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACCZBZOBSVD6ENFAYJOQC32QRUPZAVCNFSM6AAAAABXMGDDFKVHI2DSMVQWIX3LMV45UABFIRUXGY3VONZWS33OIV3GK3TUHI5E433UNFTGSY3BORUW63R3GE3TSMBWGA2Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I looked in the examples of both IntelliJ and rest.nvim but couldn't find examples of using output saved in variable from a previous request like:
When I execute this request there are syntax errors in the log. What could be the problem?
Beta Was this translation helpful? Give feedback.
All reactions