
PowerShell Studio Feature Requests
Feature requests, product enhancement ideas, and other product-specific suggestions.ALT+ arrow up & ALT + Arrow Down
OSX/Linux Version(s) of PowerShell Studio
Find & Replace Enhancement
File Browser Panel
Auto fill end condition commentary
Have snippet manager follow PSS Studio theme
More Robust GitHub Integration
GitHub token support for SAML-enabled orgs
Utilize Chocolatey for a quick download of...
Adding Web Support
Automatically add new functions to module...
Prevent "Edit Function" function from making...
Implement Windows Community Toolkit
Add more recently opened files to the start...
PrimalSense for dot sourced script variables
Simpler way to validate ps1 certificate /...
Password input field when signing code with...
Auto-Add New Forms to project
Make diff's of .psf files useful
AutoComplete with parenthesize
Add formatting option for space or no space...
Customizable shortcuts
"Document Selector" Dialog: Please resize it...
Please offer a non-MRU Tab Switching
Multi-Form Project Themes
Find/Replace enhancements
Add the Event WM_NCPAINT for the form / dialogs
Function Builder / Editor - Add support for...
Auto Update of Sapien Products
Add Support For Correct Syntax Highlighting...
Class builder dialog
Auto format a multiline line comment paste
Powershell Studio Start Page - Can this be...
Include Begin, Process and End blocks in...
Format Script improvement
Suppress message window when application is...
Find and Replace
Circular Progress Bar
Extend configurable properties on Packaged Exe
SAPIEN Account Settings Sync
ctrl-alt-J shortcut behavior
Add Markdown syntax highlight - currently is...
Please add a solution type project
Options when compiling to Exe - Obfuscate Code
Active Directory Object Picker
Self-Contained exe which contains PS and Net
Please finally allow us to change the...
Multiple Selection Highlights
Allow relative deployment path for module...
Undock Code Window
Enhance braces coloring
CanStop Function in Service
`Activation` Alternative Activation Mode:...
`CBH` Updated and Predefined parameter help
`Interface` Keybinding update for renaming
`cache` Ship predefined cache datasets for...
`Interface` Pinnable and manageable folders,...
`Projects` Open Folder as temporary project
`Interface` Edit Profile Button
Allow Setting additional version properties...
Breakpoints from all files when utilizing...
`Templates` Shared template folder
`Templates` Checkbox to hide default templates
`Formatting` Placement of closing braces
`Formatting` Autoformat Hashtables Values...
Webkit / Chrome engine support
More code formatting options
ADSI wizard support for powershell and...
Hotkey to Return focus to the editor pane
Support for Visual Studio Team Services
Duplicate the GUI's "New Module from...
add new control CheckedComboBox
A solution option to group a collection of...
Scrolling with touch screen
MSI Module installation in User Module...
DSC (Desired State Configuration)
Auto Collapse Functions on load
Shift left/right tool
Compiler Directives
`Configuration` Advanced Settings panel
`Configuration` Add option to disable...
Add support for PSSession
"Write-host" coloring to Output tab/window
Support PowerShell v6
Support for GitHub
`Configuration` Per-Project Settings
`Format` Bulk-Format entire project
`Refactor` Rename Parameter
`Synchronized Project` Live Updates
`Templates` New Files Template in Projects
`Synchronized Project` Unlock on project sync
Mapped network drives in file open dialogue
Sidebar minimap highlighting changes
File Recovery for scripts
Allow the Powershell Console to receive...
Support for WPF in PowerShell Studio design...
Allow active hyperlinks in code
IDE Mark unused variables or unreachable...
Code folding for functions
`Configuration` Per-Project Settings
Bosparan, Dec. 17, 2017Under Review
Copied from this thread
I'm currently working on multiple open source projects and one thing is driving me nuts!
I've got lots of flexibility in configuring PowerShell Studio - haven't found something that comes close so far - but it's all global settings.
Most Open Source projects have style guides, and few are identical among each other. This has led me to having to reconfigure PSS when switching between projects.
So here's the proposal:
- Per project options
- All settings default to the global config, but can individually be overridden for a project.
- The per-project settings (or modifications from the default options) should be stored separately in an options file.
- Projects have associated options files, that are part of the project!
Being able to do so flexibly would be great! Even better, by sharing the options as option files, I can maintain the settings to adhere to style guidelines as part of the project, making it ...
a) Easier to distribute across team-members
b) More attractive for other team-members to also use PSS
Cheers,
Fred