Skip to content

Instantly share code, notes, and snippets.

View jrsconfitto's full-sized avatar

James Sconfitto jrsconfitto

View GitHub Profile
@davidfowl
davidfowl / Powershell Magic
Created March 2, 2011 06:41
Script showing how to use Register-TabExpansion. The sample is adding intellisense for Scaffold-Controller
function global:Get-Types {
param (
$ProjectName,
$BaseType,
[switch]$IgnoreProjectReferences
)
if($ProjectName) {
$project = Get-Project $ProjectName
}
else {