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
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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ForksCollection
/
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
Datepicker
All time
Commit history
Commits on Dec 3, 2022
Replace DllImport with LibraryImport for WNetGetConnection (#18690)
iSazonov
authored
bdea773
View commit details
Copy full SHA for bdea773
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Replace `DllImport` with `LibraryImport` - 1 (#18603)
iSazonov
authored
3dc95ce
View commit details
Copy full SHA for 3dc95ce
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
Replace DllImport with LibraryImport in SMA 1 (#18520)
iSazonov
authored
b846527
View commit details
Copy full SHA for b846527
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
Fix issue when completing the first command in a script with an empty array expression (#18355)
MartinGC94
authored
0a6de46
View commit details
Copy full SHA for 0a6de46
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
Use new LINQ Order() methods instead of OrderBy(static x => x) (#18395)
Show description for c16521a
turbedi
authored
c16521a
View commit details
Copy full SHA for c16521a
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
Replace some `string.Join(string)` calls with `string.Join(char)` (#18411)
turbedi
authored
9016adf
View commit details
Copy full SHA for 9016adf
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Remove some static constants from `Utils.Separators` (#18154)
iSazonov
authored
8965af3
View commit details
Copy full SHA for 8965af3
View code at this point
Browse repository at this point
Commits on Oct 19, 2022
Use `MemoryExtensions.IndexOfAny` in `PSv2CompletionCompleter`` (#18245)
xtqqczze
authored
c1e6b41
View commit details
Copy full SHA for c1e6b41
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
Improve pseudo binding for dynamic parameters (#18030)
MartinGC94
authored
fb9393e
View commit details
Copy full SHA for fb9393e
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Add completion for values in comparisons when comparing Enums (#17654)
MartinGC94
authored
4051e09
View commit details
Copy full SHA for 4051e09
View code at this point
Browse repository at this point
Fix positional argument completion (#17796)
MartinGC94
authored
99c757f
View commit details
Copy full SHA for 99c757f
View code at this point
Browse repository at this point
Fix member completion in attribute argument (#17902)
MartinGC94
authored
1c5e14c
View commit details
Copy full SHA for 1c5e14c
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
Improve enumeration of inferred types in pipeline (#17799)
MartinGC94
authored
15dcf63
View commit details
Copy full SHA for 15dcf63
View code at this point
Browse repository at this point
Commits on Jul 29, 2022
Use null propagation operator in /engine (#17789)
fflaten
authored
4b4f1d1
View commit details
Copy full SHA for 4b4f1d1
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
Use null-coalescing assignment in the rest of `/engine` (#17729)
Molkree
authored
1779175
View commit details
Copy full SHA for 1779175
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
Prevent braces from being removed when completing variables (#17751)
MartinGC94
authored
8eb37cc
View commit details
Copy full SHA for 8eb37cc
View code at this point
Browse repository at this point
Commits on Jul 20, 2022
Add completion for index expressions for dictionaries (#17619)
MartinGC94
authored
76c713d
View commit details
Copy full SHA for 76c713d
View code at this point
Browse repository at this point
Commits on Jul 19, 2022
Fix type completion for attribute tokens (#17484)
MartinGC94
authored
618b348
View commit details
Copy full SHA for 618b348
View code at this point
Browse repository at this point
Commits on Jul 18, 2022
Improve dynamic parameter tab completion (#17661)
MartinGC94
authored
53adf5d
View commit details
Copy full SHA for 53adf5d
View code at this point
Browse repository at this point
Avoid binding positional parameters when completing parameter in front of value (#17693)
MartinGC94
authored
b06bcee
View commit details
Copy full SHA for b06bcee
View code at this point
Browse repository at this point
Commits on Jul 7, 2022
Fix tab completion regression (#17628)
MartinGC94
authored
81f4927
View commit details
Copy full SHA for 81f4927
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
Use discards for unused variables (#17620)
MartinGC94
authored
edac193
View commit details
Copy full SHA for edac193
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
Improve type inference and completions (#16963)
MartinGC94
authored
4f6e574
View commit details
Copy full SHA for 4f6e574
View code at this point
Browse repository at this point
Commits on Jun 9, 2022
Fix various completion issues inside the param block (#17489)
MartinGC94
authored
12a2c82
View commit details
Copy full SHA for 12a2c82
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
Improve completion on operators (#17486)
MartinGC94
authored
042765d
View commit details
Copy full SHA for 042765d
View code at this point
Browse repository at this point
Improve array element completion for command arguments (#17078)
matt9ucci
authored
69831c1
View commit details
Copy full SHA for 69831c1
View code at this point
Browse repository at this point
Use AST extent for `PSScriptRoot` path completion (#17376)
SeeminglyScience
authored
97e8e0c
View commit details
Copy full SHA for 97e8e0c
View code at this point
Browse repository at this point
Commits on Apr 12, 2022
Support forward slashes in network share (UNC path) completion (#17111) (#17117)
sba923
authored
4acf6b3
View commit details
Copy full SHA for 4acf6b3
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
Improve member auto completion (#16504)
MartinGC94
authored
c904d7f
View commit details
Copy full SHA for c904d7f
View code at this point
Browse repository at this point
Commits on Mar 23, 2022
Prioritize `ValidateSet` completions over Enums for parameters (#15257)
MartinGC94
authored
123373e
View commit details
Copy full SHA for 123373e
View code at this point
Browse repository at this point
Add Custom Remote Connections Feature (#17011)
Show description for a6d0422
PaulHigin
authored
a6d0422
View commit details
Copy full SHA for a6d0422
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
Improve Hashtable completion in multiple scenarios (#16498)
MartinGC94
authored
c196e2f
View commit details
Copy full SHA for c196e2f
View code at this point
Browse repository at this point
Commits on Feb 9, 2022
Prevent tab completion if the word to complete is a single dash (#16781)
Show description for a9a235d
ayousuf23
and
daxian-dbw
authored
a9a235d
View commit details
Copy full SHA for a9a235d
View code at this point
Browse repository at this point
Commits on Feb 1, 2022
Add completion for loop labels after Break/Continue (#16438)
Show description for 7d3260f
MartinGC94
authored
7d3260f
View commit details
Copy full SHA for 7d3260f
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
Add support to allow invoking method with generic type arguments (#12412)
vexx32
authored
8c53252
View commit details
Copy full SHA for 8c53252
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.