Replies: 2 comments 2 replies
-
These ones are supported ootb https://neovim.getkulala.net/docs/usage/magic-variables Setting keys to $.. variable would work, but reading won't, because magic vars are read from a predefined table. That's a good point!. I will fix that too. |
Beta Was this translation helpful? Give feedback.
-
Well, to be 100% honest, Kulala is only 99% compatible 😄 As for dynamic variables, https://www.jetbrains.com/help/idea/http-client-variables.html#random-variables, IntelliJ uses underlying java library and there are just so many of them. I think it makes more sense to extend them through |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Magic Variables and IntelliJ Compatability
Hi, I was wondering on what dynamic/magic variables is intended to be supported
in relation to IntelliJ?
I stumbled upon a http file depending on a
$isoTimestamp
dynamic variable, whichapparently is included in IntelliJ's client.
Workaround
I'm thinking perhaps a workaround those would be to add request
variables via the scripts functionality and a local function.
example pre-request script:
However, setting keys to the prefixed magic variable dollar sign, seems to not work.
And perhaps there is no proper way to add your own dynamic varibles ? I couldnt see any notes on it in the docs.
Beta Was this translation helpful? Give feedback.
All reactions