Moving from SublimeText/PowerShell#68
And SublimeText/PowerShell#77
Environment
- Editor and Version (VS Code, Atom, Sublime): Sublime
- Your primary theme: Default
Issue Description
There is inconsistency in the chained methods:
Split and Trim get 2 different regions.
Same applies for
vs
Screenshots

Expected Behavior
Trim() and Split() should be the same region type
.bar in first and second case should be the same region type
Code Samples
$users.Split(",").Trim()
$foo.bar
($foo).bar