Skip to content

Syntax Highlighting Only Helps differentiate between #163

Open
@ziabytes

Description

@ziabytes

Environment

  • Editor and Version (VS Code, Atom, Sublime (tried in all 3 problem has been there for a year if not more)):
  • Your primary theme: Monokai

Issue Description

  • Syntactical components are not as distinguished by color as they should be.
  • Variables, Parameters/Switches, methods/properties all share the same color
  • Commands/Functions can be different colors after a pipe
  • Commands/Functions, Variables, Parameters/Switches, methods/properties should each have their own individual color
  • There seems to be another problem of inconsistency in color with $_ and $_.
  • Monokai was just one of the better ones, it was worse in most other themes, including the vscode default dark, and powershell ISE theme

Screenshots

image

Expected Behavior

  • Commands/Functions, Variables, Parameters/Switches, methods/properties should each have their own individual color REGARDLESS of theme

Code Samples

$variable  = (Select-Object -Property Item, "Item2").item[0] 
$variable.method | Where ($_.something -eq "$word")
$date = Get-Date
$date.day

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions