You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@edi9999 Look at the documentation and look into the existing NeuralExplain command for a range. I recommend playing around with the code and creating pull requests tomake improvements to it.
Right now, I was using Neural (successfully) to do some changes in my code :
This code was pasted from somewhere else in my application, and is for a POST request.
I just wanted to ask Chatgpt to change the code in order to do a GET Request.
What I did :
Select the content of the function using vim
Copy it to the main register
Run ":Neural Rewrite the following code to do a GET request : <hit Ctrl-R+" to paste the code>"
**What I would have liked: (to avoid copy-pasting) **
What I would have liked would be to ask a question to Neural and provide the context as a visual selection.
`:'<,'>Neural 'Please rewrite the code below to use a GET request on the /health route'
This would make life easier to be able to do that without any registers.
The text was updated successfully, but these errors were encountered: