Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
github82525
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
PowerShell
src
System.Management.Automation
engine
CommandCompletion
on
master
User selector
All users
All time
Commit history
Commits on Aug 3, 2017
Add more tab completion tests (#4356)
Show description for 6d32293
daxian-dbw
authored and
adityapatwardhan
committed
6d32293
View commit details
Copy full SHA for 6d32293
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
Cleanup '#if CORE' in CompletionCompleters.cs (#4419)
iSazonov
authored and
daxian-dbw
committed
5bc204f
View commit details
Copy full SHA for 5bc204f
View code at this point
Browse repository at this point
Cleanup '#if CORE' in ExtensibleCompletion.cs (#4420)
iSazonov
authored and
daxian-dbw
committed
97e3cc2
View commit details
Copy full SHA for 97e3cc2
View code at this point
Browse repository at this point
Commits on Jul 30, 2017
Clean up ClrFacade.cs - remove ClrFacade.PtrToStructure (#4379)
daxian-dbw
authored
1462ac3
View commit details
Copy full SHA for 1462ac3
View code at this point
Browse repository at this point
Clean up ClrFacade.cs - remove ClrFacade.SizeOf<T>() (#4377)
daxian-dbw
authored
2c43140
View commit details
Copy full SHA for 2c43140
View code at this point
Browse repository at this point
Commits on Jul 22, 2017
PSScriptAnalyzer fixes by category (#4261)
Show description for ffd39b2
bergmeister
authored and
daxian-dbw
committed
ffd39b2
View commit details
Copy full SHA for ffd39b2
View code at this point
Browse repository at this point
Commits on Jul 17, 2017
Disable UTC and SQM telemetry by enclosing the code in '#if LEGACYTELEMETRY' (#4190)
JamesWTruher
authored and
daxian-dbw
committed
71392a2
View commit details
Copy full SHA for 71392a2
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
Refactor CompletionCompleters.cs to avoid constructing unnecessary CompletionContext instances (#4048)
daxian-dbw
authored
da8dd28
View commit details
Copy full SHA for da8dd28
View code at this point
Browse repository at this point
Commits on Jun 19, 2017
Fix about_* topic help issues and a few tab completion regressions (#4014)
adityapatwardhan
authored and
daxian-dbw
committed
2ae5d07
View commit details
Copy full SHA for 2ae5d07
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
Fix bug where native.exe --<tab> would not call native completer (#3633)
Staffan Gustafsson
authored and
lzybkr
committed
3125764
View commit details
Copy full SHA for 3125764
View code at this point
Browse repository at this point
Adding support for Typeinference based on runtime variable values (#2744)
Show description for a52adcd
Staffan Gustafsson
authored and
lzybkr
committed
a52adcd
View commit details
Copy full SHA for a52adcd
View code at this point
Browse repository at this point
Commits on Jun 6, 2017
Refactor PowerShell Core to use the default CoreCLR loader instead (#3903)
Show description for 8ae6c5b
daxian-dbw
authored
8ae6c5b
View commit details
Copy full SHA for 8ae6c5b
View code at this point
Browse repository at this point
Commits on May 6, 2017
Use '<id> - <name>' as ToolTip and ListItemText when tab completing process ID (#3664)
Staffan Gustafsson
authored and
daxian-dbw
committed
8d744f2
View commit details
Copy full SHA for 8d744f2
View code at this point
Browse repository at this point
Commits on Apr 25, 2017
Fix tab completion with '@{<tab>' to avoid crash in PSReadline (#3626)
Staffan Gustafsson
authored and
daxian-dbw
committed
5bdcff5
View commit details
Copy full SHA for 5bdcff5
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
Add Hashtable tab completion for `-Property` of select-object (#3625)
Show description for f959c41
Staffan Gustafsson
authored and
daxian-dbw
committed
f959c41
View commit details
Copy full SHA for f959c41
View code at this point
Browse repository at this point
Commits on Mar 29, 2017
Add tab completion for Select-Object -ExcludeProperty -ExpandProperty (#3443)
iSazonov
authored and
lzybkr
committed
39be710
View commit details
Copy full SHA for 39be710
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
Fix tab completion of native parameters (#2919)
Show description for ca5fc9c
AndrewGaspar
authored and
lzybkr
committed
ca5fc9c
View commit details
Copy full SHA for ca5fc9c
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Remove trailing whitespace (#3001)
lzybkr
authored
02b5f35
View commit details
Copy full SHA for 02b5f35
View code at this point
Browse repository at this point
Commits on Dec 21, 2016
Fix type completion w/ type aliases (accelerators) (#2533)
Show description for 821c965
charub
authored and
lzybkr
committed
821c965
View commit details
Copy full SHA for 821c965
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Remove CheckForSevereException and private FailFast
Show description for 386b4f3
lzybkr
authored and
vors
committed
386b4f3
View commit details
Copy full SHA for 386b4f3
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
Guard against ReflectionTypeLoadException in InitializeTypeCache (#2549)
oising
authored and
vors
committed
e37df9d
View commit details
Copy full SHA for e37df9d
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Remove the unnecessary use of lock in PseudoParameterBinder to avoid deadlock (#2501)
Show description for 0908547
chunqingchen
authored and
daxian-dbw
committed
0908547
View commit details
Copy full SHA for 0908547
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
Fix binary operator tab completion (#2338)
daxian-dbw
authored and
lzybkr
committed
bf59194
View commit details
Copy full SHA for bf59194
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
spelling: debug src/System.Management.Automation/engine
jsoref
committed
71f38c0
View commit details
Copy full SHA for 71f38c0
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
spelling: locals in src/System.Management.Automation/engine/CommandCompletion
jsoref
committed
7ec70ee
View commit details
Copy full SHA for 7ec70ee
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Use HTTPS links for go.microsoft.com
Show description for f538eeb
xiaoyinl
committed
f538eeb
View commit details
Copy full SHA for f538eeb
View code at this point
Browse repository at this point
Commits on Aug 3, 2016
Refactoring - replace always null expressions with null
PowerShellTeam
authored and
lzybkr
committed
c1ee6c9
View commit details
Copy full SHA for c1ee6c9
View code at this point
Browse repository at this point
Refactoring - use ?? in more places
PowerShellTeam
authored and
lzybkr
committed
22d2273
View commit details
Copy full SHA for 22d2273
View code at this point
Browse repository at this point
Refactoring - adjust modifiers declaration order
PowerShellTeam
authored and
lzybkr
committed
85d6e9f
View commit details
Copy full SHA for 85d6e9f
View code at this point
Browse repository at this point
Refactor - convert to auto-property
Show description for ae8d2ed
PowerShellTeam
authored and
lzybkr
committed
ae8d2ed
View commit details
Copy full SHA for ae8d2ed
View code at this point
Browse repository at this point
Remove unused using statements
PowerShellTeam
authored and
lzybkr
committed
bc4901b
View commit details
Copy full SHA for bc4901b
View code at this point
Browse repository at this point
Commits on Aug 1, 2016
Initial run of code formatter
Show description for 403ae3f
PowerShellTeam
authored and
lzybkr
committed
403ae3f
View commit details
Copy full SHA for 403ae3f
View code at this point
Browse repository at this point
Commits on Jul 22, 2016
Change preprocessor macro LINUX to UNIX
lzybkr
committed
673dd2c
View commit details
Copy full SHA for 673dd2c
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Remove Platform.HasFileShares query
andyleejordan
committed
58fe228
View commit details
Copy full SHA for 58fe228
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Fix #682 - [system.manage<Tab>] doesn't work
daxian-dbw
committed
81b9258
View commit details
Copy full SHA for 81b9258
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.