Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>IL CompleteNew to Visual Studio Code? Get it now.
IL Complete

IL Complete

wk-j

|
3,604 installs
| (0) | Free
IL Syntax and Snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IL Syntax and Snippets

Installation

ext install vscode-cil-complete

Snippets

  • prog (New program)
  • pubc (Public class)
  • pric (Private class)
  • pubm (Public method)
  • prim (Private method)

Sample

prog<tab>

Result

.assembly extern mscorlib {}
.assembly 'App' {}
.class private auto ansi beforefieldinit Program extends [mscorlib]System.Object {
    .method private hidebysig static void Main ( string[] args) cil managed {
        .entrypoint
        
        ret
    }
    .method public hidebysig specialname rtspecialname instance void .ctor () cil managed {
        ldarg.0
        call instance void [mscorlib]System.Object::.ctor()
        ret
    }
} 
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft