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
//todo where is the best place to implement resolve to a default constructor?
Apparently, there's something for us to improve with the "default constructor" handling (I suppose that's about classes in PowerShell): perhaps the current navigation to these constructors doesn't work well enough? Either they aren't properly considered references from the places that call them (if a constructor is written explicitly), or the navigation doesn't properly work from the places where the constructors are used implicitly (e.g. when casting an object to a class or whatnot)?
The text was updated successfully, but these errors were encountered:
See this comment:
intellij-powershell/src/main/kotlin/com/intellij/plugin/powershell/ide/resolve/PowerShellResolveUtil.kt
Line 126 in baccc65
Also this one:
intellij-powershell/src/main/kotlin/com/intellij/plugin/powershell/psi/impl/PowerShellInvocationExpressionImpl.kt
Line 28 in 012fa5c
Apparently, there's something for us to improve with the "default constructor" handling (I suppose that's about classes in PowerShell): perhaps the current navigation to these constructors doesn't work well enough? Either they aren't properly considered references from the places that call them (if a constructor is written explicitly), or the navigation doesn't properly work from the places where the constructors are used implicitly (e.g. when casting an object to a class or whatnot)?
The text was updated successfully, but these errors were encountered: