Hacker News new | past | comments | ask | show | jobs | submit login

One of my absolute musts in a text editor is a feature that prompts for a command, pipes the selected text into it and replaces it with the command's output (for Visual Studio Code it comes as a plugin). So "Ctrl+A, Ctrl+\, 'json_pp', Enter" and voila, formatted JSON in my editor (Ctrl+\ is what the command is bound to). Also works great with grep, sort, awk...



Which VSCode plugin are you using for this? Iā€™m not sure what to search to find it but it sounds handy :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: