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
Expected: i copied with yy this line let output = proc.StandardOutput
when i have this text let psi = new ProcessStartInfo()
psi.FileName <- "typescript-language-server"
and i am on the first line and press p it will insert "let output ..." and places my cursor on the same line as new line "let output..."
reality:
i get the output let psi = new ProcessStartInfo()
psi.FileName <- "typescript-language-server"
let output = proc.StandardOutput
and my cursor is on the same line as " psi.FileName <- "typescript-language-server"" so one line under the expected one
Notes:
when doing copy paste with ctrl c and v it works as expected.
the error seems to appear after some time and has been solved by reinstalling rider last time. now even reinstalling rider does not solve the problem.
i also have problems with rider just not letting me paste text in the editor. it just jumps one line down but does not input the copied text. it does not occure on all projects/ instances opened by rider.
its tough to say where the error comes from, but sometimes ctrl c and v works as expected and just this plugin behaves weird. its working in phpstorm.
i will contat support team of rider aswell.
System:
Windows 10
rider 2025.1.4 and rider 2025.1:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Expected: i copied with yy this line let output = proc.StandardOutput
when i have this text let psi = new ProcessStartInfo()
psi.FileName <- "typescript-language-server"
and i am on the first line and press p it will insert "let output ..." and places my cursor on the same line as new line "let output..."
reality:
i get the output let psi = new ProcessStartInfo()
psi.FileName <- "typescript-language-server"
let output = proc.StandardOutput
and my cursor is on the same line as " psi.FileName <- "typescript-language-server"" so one line under the expected one
Notes:
when doing copy paste with ctrl c and v it works as expected.
the error seems to appear after some time and has been solved by reinstalling rider last time. now even reinstalling rider does not solve the problem.
i also have problems with rider just not letting me paste text in the editor. it just jumps one line down but does not input the copied text. it does not occure on all projects/ instances opened by rider.
its tough to say where the error comes from, but sometimes ctrl c and v works as expected and just this plugin behaves weird. its working in phpstorm.
i will contat support team of rider aswell.
System:
Windows 10
rider 2025.1.4 and rider 2025.1:
Beta Was this translation helpful? Give feedback.
All reactions