Replies: 1 comment 1 reply
-
@sabbirosa this is already possible exactly as you described via snippets. First, create a snippet with the name set to the trigger text, in this case |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi RunJS team,
First of all, thank you for building such a clean and useful JavaScript runtime! I use RunJS regularly for testing snippets and quick prototyping.
One feature I really miss, especially coming from editors like VS Code, is the ability to quickly insert console.log() using shortcuts or snippets like clg or log.
Suggested Feature:
Introduce a shorthand or snippet-like functionality:
Typing clg and hitting Tab (or Enter) could expand to console.log()
Ideally, the cursor could be placed inside the parentheses for immediate typing
It's a small feature that would have a big usability impact. It will greatly speed up the debugging workflow and users coming from VS Code or similar environments are already used to this productivity boost.
Would love to hear your thoughts on this. Thanks again for your great work!
Beta Was this translation helpful? Give feedback.
All reactions