Search found 290 matches

by Bosparan
Fri May 19, 2017 3:25 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio: Add PrimalSense for ValidateSet parameters
Replies: 3
Views: 3556

Re: PowerShell Studio: Add PrimalSense for ValidateSet parameters

Yes, I can reproduce your issue.
It should work though - it certainly used to (unless I have a massive memory failure going here ...). Probably a bug that it doesn't.
by Bosparan
Wed May 17, 2017 12:31 pm
Forum: Wish List and Feature Requests
Topic: [PSS 2017] Writing and formatting CBH
Replies: 0
Views: 5879

[PSS 2017] Writing and formatting CBH

Hi, and yet again another feature-request-bundle, this time all about CBH. Writing CBH: Indentation Hell Frankly, writing CBH is a bit of a pain in PSS. Even Notepad++ is better at it. Text won't honor the default indentation, so for each segment I have to redo indents manually. Assuming a default f...
by Bosparan
Wed May 17, 2017 12:11 pm
Forum: Wish List and Feature Requests
Topic: [PSS 2017] Autoformat Project
Replies: 0
Views: 5642

[PSS 2017] Autoformat Project

Hi, we've just faced an interesting issue today.Formatting lots and lots of legacy code to our customers current standard. Not really much of an issue with PSS - it already supports almost all of the formatting requirements (variable casing being the notable exemption, but you already have a feature...
by Bosparan
Wed May 17, 2017 8:53 am
Forum: Wish List and Feature Requests
Topic: PowerShell Studio: Add PrimalSense for ValidateSet parameters
Replies: 3
Views: 3556

Re: PowerShell Studio: Add PrimalSense for ValidateSet parameters

Hi,

it already does that, at least as far as I can reproduce.

Cheers,
Fred
by Bosparan
Thu May 04, 2017 6:35 am
Forum: Wish List and Feature Requests
Topic: [PSS] Per Project Snippets
Replies: 2
Views: 3591

[PSS] Per Project Snippets

Hi guys, another feature idea crossing the ocean :) I've just been curating my dbatools snippets and considered sharing them with the project lead, Chrissy, when a thought struck my mind (a dangerous thing, I know ;) ): What if any snippets-file that is in a project's folder or subfolders were autom...
by Bosparan
Thu Apr 20, 2017 10:44 am
Forum: Wish List and Feature Requests
Topic: [PSS] Syntax highlighting PS1XML
Replies: 2
Views: 2768

[PSS] Syntax highlighting PS1XML

Hi, with the recent update you introduced syntax highlighting for additional languages. Thank you very much for that, it is a help. Could you update the highlighting for XML to also be applied to ps1xml extension files? Those are effectively XML files, but PowerShell requires the custom extension .....
by Bosparan
Tue Apr 11, 2017 3:21 pm
Forum: Wish List and Feature Requests
Topic: [PSS] Flex Project
Replies: 1
Views: 2414

[PSS] Flex Project

Heya, PSS projects are fairly powerful, but sometimes I'd really like to have something a little more flexible. Imagine being able to simply declare any folder a project. All contents are automatically part of the project but no project file is created ... in the folder. Rather, PSS keeps the projec...
by Bosparan
Tue Apr 11, 2017 3:15 pm
Forum: Wish List and Feature Requests
Topic: [PSS] Renaming parameters
Replies: 1
Views: 2117

[PSS] Renaming parameters

Hi,

one smaller feature request:
When renaming parameters, there are two things I'd really appreciate having:
- Checkbox option to have it add the old name as alias
- Option to switch the name with an already existing alias. Currently it will error because the name already exists.

Cheers,
Fred
by Bosparan
Tue Apr 11, 2017 3:12 pm
Forum: Wish List and Feature Requests
Topic: [PSS] Code Style validation
Replies: 1
Views: 2302

[PSS] Code Style validation

Hi, yet another idea inspired by my project work: PSS already does a great job finding syntax errors. But what if you could also detect style issues in a project? - Tabs or spaces (and how many?) for indentation? - Variables properly styled? -- Uppercased? -- Lowercased? -- Camelcased? -- As a param...
by Bosparan
Tue Apr 11, 2017 3:05 pm
Forum: Wish List and Feature Requests
Topic: [PSS] Per Project options / options file
Replies: 1
Views: 2331

[PSS] Per Project options / options file

Hi Guys, 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. Idea: - Per project options - All settings default to the ...