Is there a way to wrap the code block inside monitor block? #1345
rishabkshk
started this conversation in
General
Replies: 2 comments 13 replies
-
@worksofliam I'll try something... |
Beta Was this translation helpful? Give feedback.
10 replies
-
I'd recommend looking at the extension marketplace. "Surround With" seems
like it'd do the trick.
…On Tue, Jun 6, 2023 at 2:53 PM barry ***@***.***> wrote:
I believe there is a way to do this with snippets!
—
Reply to this email directly, view it on GitHub
<https://github.com/orgs/halcyon-tech/discussions/1345#discussioncomment-6105159>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWGXKORBH43FSQQWDR2XKMTXJ6RFRANCNFSM6AAAAAAY4RSDMM>
.
You are receiving this because you are subscribed to this thread.Message
ID: <halcyon-tech/vscode-ibmi/repo-discussions/1345/comments/6105159@
github.com>
|
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Can I select a code block and wrap it inside a monitor block and then the cursor directly moves to on-error for me to add the handling of the exception? I tried to use snippets but it replaces the actual selected code with monitor block. This works for commenting multiple lines. Something similar like below java code for example.
Beta Was this translation helpful? Give feedback.
All reactions