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
Currently, we have two main string escape mechanisms used when editing the injected language fragments: com.intellij.plugin.powershell.lang.util.PowerShellStringUtil#escapeStringCharacters and com.intellij.plugin.powershell.ide.injection.PowerShellStringManipulator#escapeQuotes. Near the latter, there's a comment suggesting to merge them both in one function.
Currently, we have two main string escape mechanisms used when editing the injected language fragments:
com.intellij.plugin.powershell.lang.util.PowerShellStringUtil#escapeStringCharacters
andcom.intellij.plugin.powershell.ide.injection.PowerShellStringManipulator#escapeQuotes
. Near the latter, there's a comment suggesting to merge them both in one function.We should consider that.
See the code near this line:
intellij-powershell/src/main/kotlin/com/intellij/plugin/powershell/ide/injection/PowerShellStringManipulator.kt
Line 66 in baccc65
Also, look for the number of this issue in the project code base.
The text was updated successfully, but these errors were encountered: