Replies: 5 comments 9 replies
-
Your understanding is correct. Spontaneously, I do not see the error. I'll get back to you when I have more time. |
Beta Was this translation helpful? Give feedback.
-
I tried some modifications, but got the same error. I think, I broke something with the global variables. I mostly use env files, so it is a not so tested feature. |
Beta Was this translation helpful? Give feedback.
-
PhpStorm/ Intellij Idea Syntax should work pretty well. I wanted to implement a superset of Intellij and vscode rest-client. If you find any discrepancies, it would be nice to tell me, since I actually want to be completely compatible. I would build myself a template in PhpStorm once, and only then really use my extension. Good links are: Unfortunately, I agree with you about stability. And it would be just as much my concern from the outside. I'm currently trying to conceal the weak point with quick bug fixes. But there is really no way around creating unit tests. This is currently a question of time, as I have two lively children. But I am working on it. |
Beta Was this translation helpful? Give feedback.
-
my project structure is following (no intellij support, because of .env), but I have deliberately few restrictions on the folder structure in my extensions.
The intellij file should be located in the root of the project, but can be moved to any location using setting |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm new to
httpyac
. I currently userest-client
andPostman
. The extension and runner look promising, congrats!, but somehow I cannot make anything work.I'm using the latest general availability vscode (Mac) and have installed both the cli and the extension. I opened a new folder with just this one file:
Clicking
send
gets me this:This works though:
But my understanding is that those variables are in a global scope and should be available to all requests. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions