Join Slack
Powered by
any plugin or extension that let's me ctrl+shift+O...
# water-cooler
j
Joshua Rose
03/30/2023, 6:40 PM
any plugin or extension that let's me ctrl+shift+O to surround something with cfoutput in vs code
w
websolete
03/30/2023, 6:53 PM
don't actually require an extension for that. refer to
https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets
. having said that, there ARE snippet extensions that try to make it easier to create them. just search the marketplace for 'snippet'
👍 1
👍🏻 1
r
Rodney
03/30/2023, 6:56 PM
I was just about to say create your own. A good example is the answer on
https://stackoverflow.com/questions/52813965/key-binding-of-custom-snippet-in-vscode
. The body of your snippet would be
<cfoutput>$TM_SELECTED_TEXT</cfoutput>
so it can capture the highlighted code.
j
Joshua Rose
03/30/2023, 7:02 PM
always after I post to a forum, ChatGPT just spat it out
e
Evil Ware
03/30/2023, 8:42 PM
lol
Open in Slack
Previous
Next