Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
PowerShell
/
PowerShellEditorServices
Public
Notifications
You must be signed in to change notification settings
Fork
239
Star
717
Code
Issues
180
Pull requests
8
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
c67c4f4
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 18, 2025
removing unused properties of the class
Razmo99
authored and
JustinGrote
committed
c67c4f4
Copy full SHA for c67c4f4
reverting changes from bad merge request pull
Razmo99
authored and
JustinGrote
committed
be90d8c
Copy full SHA for be90d8c
additional changes to getast utility method
Razmo99
authored and
JustinGrote
committed
8c854f1
Copy full SHA for 8c854f1
reworked GetAst for better detection
Razmo99
authored and
JustinGrote
committed
65a6940
Copy full SHA for 65a6940
formatting an new test for finding a function
Razmo99
authored and
JustinGrote
committed
9f7dafa
Copy full SHA for 9f7dafa
additional checks in getast for namedblock detection
Razmo99
authored and
JustinGrote
committed
a7b6cb3
Copy full SHA for a7b6cb3
Added a test to get a function definition ast
Razmo99
authored and
JustinGrote
committed
3af5ebd
Copy full SHA for 3af5ebd
Renaming methods to be clearer
Razmo99
authored and
JustinGrote
committed
fa854b5
Copy full SHA for fa854b5
Refactoring to use Utilities class for generic methods
Razmo99
authored and
JustinGrote
committed
20ab7bb
Copy full SHA for 20ab7bb
formatting moved GetFunctionDefByCommandAst to Utilities
Razmo99
authored and
JustinGrote
committed
6477f43
Copy full SHA for 6477f43
updated visitors to use generic GetAstNodeByLineAndColumn
Razmo99
authored and
JustinGrote
committed
343ed7c
Copy full SHA for 343ed7c
Moved GetAstNodeByLineAndColumn to a generic method
Razmo99
authored and
JustinGrote
committed
9905c4b
Copy full SHA for 9905c4b
adjusting iterative functions to use LookForParentOfType method
Razmo99
authored and
JustinGrote
committed
a152c3a
Copy full SHA for a152c3a
adjusted LookForParent so it accepts multiple types to look for
Razmo99
authored and
JustinGrote
committed
b183682
Copy full SHA for b183682
extracted method of LookForParentOfType from GetFuncDecFromCommAst
Razmo99
authored and
JustinGrote
committed
699aa64
Copy full SHA for 699aa64
adjusted test to use -username param instead of -password due to Alias creation
Razmo99
authored and
JustinGrote
committed
88fe7b2
Copy full SHA for 88fe7b2
added comments to NewSplattedModification
Razmo99
authored and
JustinGrote
committed
94f26c2
Copy full SHA for 94f26c2
adjusted rename to use utilities
Razmo99
authored and
JustinGrote
committed
e883d5c
Copy full SHA for e883d5c
added utilities for common renaming functions updated tests
Razmo99
authored and
JustinGrote
committed
3f28bdb
Copy full SHA for 3f28bdb
Detter symbol detection was timing out on larger files
Razmo99
authored and
JustinGrote
committed
123d2eb
Copy full SHA for 123d2eb
added functionality to reverse lookup the top variable from a splat
Razmo99
authored and
JustinGrote
committed
a688a19
Copy full SHA for a688a19
updated to use its own internal version
Razmo99
authored and
JustinGrote
committed
d3f7148
Copy full SHA for d3f7148
split out exceptions into generic file
Razmo99
authored and
JustinGrote
committed
5ec6d30
Copy full SHA for 5ec6d30
first stage of supporting symbol renaming for splatted command Ast calls
Razmo99
authored and
JustinGrote
committed
8646dd4
Copy full SHA for 8646dd4
New Test for splatted variable parameter renaming
Razmo99
authored and
JustinGrote
committed
e05f794
Copy full SHA for e05f794
moved Function shared test content into its own folder
Razmo99
authored and
JustinGrote
committed
80b668c
Copy full SHA for 80b668c
formatting for rename symbol
Razmo99
authored and
JustinGrote
committed
7ecbd68
Copy full SHA for 7ecbd68
using switch instead of else if
Razmo99
authored and
JustinGrote
committed
d842e76
Copy full SHA for d842e76
renamed renamevariableiterative to IterativeVariableRename
Razmo99
authored and
JustinGrote
committed
9160cda
Copy full SHA for 9160cda
updated prepeare rename symbol to use iterative and added msg for if symbol isnt found
Razmo99
authored and
JustinGrote
committed
ff593a7
Copy full SHA for ff593a7
refactored alias creation for readability
Razmo99
authored and
JustinGrote
committed
d3985d0
Copy full SHA for d3985d0
now adds Alias on commandParameterRenaming
Razmo99
authored and
JustinGrote
committed
3d47904
Copy full SHA for 3d47904
adjusting tests for more complexity
Razmo99
authored and
JustinGrote
committed
b22e7ef
Copy full SHA for b22e7ef
fixing up tests
Razmo99
authored and
JustinGrote
committed
b8f5c9a
Copy full SHA for b8f5c9a
fixing up tests for VariableParameterCommandWithSameName
Razmo99
authored and
JustinGrote
committed
73b7121
Copy full SHA for 73b7121
Pagination
Previous
Next
You can’t perform that action at this time.