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
Describe the bug
Neotest output usually contains useful messages regarding compilation errors, which usually include the exact file path, line and column numbers. Moving the cursor on such file path and pressing gF opens the file in that exact position. The problem is that doing this in a neotest-output floating window opens the file inside the floating window, which is inconvenient to edit.
To Reproduce
Steps to reproduce the behavior:
Go to neotest-summary
Run any test that contains a file path with line numbers and column in the output
Open neotest-output for that test
Move cursor to the file path
Press gF
The file opens in a floating window
Expected behavior
I would like the file to open in main window where other source files are edited, same as with pressing i (jumpto) in neotest-summary window.
The text was updated successfully, but these errors were encountered:
NeoVim Version
NVIM v0.10.0-dev-35f475d
Describe the bug
Neotest output usually contains useful messages regarding compilation errors, which usually include the exact file path, line and column numbers. Moving the cursor on such file path and pressing
gF
opens the file in that exact position. The problem is that doing this in aneotest-output
floating window opens the file inside the floating window, which is inconvenient to edit.To Reproduce
Steps to reproduce the behavior:
neotest-summary
neotest-output
for that testMove cursor to the file path
Press
gF
The file opens in a floating window
Expected behavior
I would like the file to open in main window where other source files are edited, same as with pressing
i
(jumpto) inneotest-summary
window.The text was updated successfully, but these errors were encountered: