VB Console Snippets
A rich snippet pack for Visual Basic .NET console applications in VS Code
Features
- Handy shortcuts for common VB.NET console commands
- Quickly insert
Console.WriteLine, Console.ReadLine, and more
- Includes snippets for variable declarations, loops, and control flow
- Speeds up your coding workflow and reduces typos
Snippets Included
| Prefix |
Description |
cw |
Inserts Console.WriteLine() |
cr |
Inserts Console.ReadLine() |
dim |
Declares a variable with Dim |
for |
For loop structure |
if |
If...Then...Else statement |
sel |
Select Case structure |
How to Use
- Open a Visual Basic
.vb file in VS Code
- Start typing one of the snippet prefixes (e.g.,
cw)
- Select the snippet from the IntelliSense suggestions or press Tab to expand
Installation
Install directly from the VS Code Marketplace
Feedback & Contributions
Got ideas or improvements? Feel free to open an issue or submit a pull request!
License
MIT © Henri K. Quarsh
| |