-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comment with keybinding (cmd + /) #1451
Comments
That would be a very valuable feature! It's indeed something I miss from Postman. |
Can I contribute to this feature? |
Hi @sanjai0py, I implemented this feature in PR #2634 I am a begineer and would like to get some suggestions. Thank you! |
I was just looking for this feature. I hope it gets merged in soon! |
Or like in VS Code "Ctrl + K + C" to comment ("Ctrl + K + U" to uncomment) Ctrl + K + U -> capitalizes at the moment |
Is there a reason this is still open? The PR was merged quite a while ago. |
yep, it's missing the keybinding for windows & linux users. Ctrl+/ |
this should close it. Let's see. 🙄 |
nice catch @LaxmanChoudhary. Can we close this issue after @LaxmanChoudhary 's PR is merged? |
I can see that we recently switched to the CodeMirror's built-in command |
There is |
In a JSON payload interface, similar to other API GUIs, it would be beneficial to support code commenting within the payload. This feature should enable users to exclude specific parts of the request through comments.
Additionally, implementing a keyboard shortcut for commenting, such as 'Cmd + /' on macOS, would enhance usability. This shortcut should facilitate both single-line and multi-line comments, allowing users to comment out a line, move to the next line, and repeat the process as desired. I haven't found any open pull requests addressing this, so I'm providing this suggestion.
Thank you for your efforts in developing the application.
Cheers
The text was updated successfully, but these errors were encountered: