vipmax / edgo

Yet another console text editor, but with lsp support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to search/fuzzy find in the output view

qwertzy-antonio-godinho opened this issue · comments

Sometimes running a script outputs too much text in the output view window. Would you consider implementing some sort of ability to find/search for text in the output view window?

It is possible to filter by file extension, simply add "-f .go" to the query

Screenshot 2023-10-15 at 1 32 45 PM

It is possible to filter by file extension, simply add "-f .go" to the query

Screenshot 2023-10-15 at 1 32 45 PM

I meant searching the output pane after you execute a program or a test for some strings, sometimes I run tests that fail and the output shows me the debug messages and just want to be able to search the info for specific strings without having to copy the output to a text file in another text editor. Some terminals allow you to search but depending on the amount of text output by for instance pytest with the debug messages all the text might not be displayed due to the output pane size and all of the output can't be searched from within the terminal search.

done
here is screenshot

Screenshot 2023-10-15 at 6 58 50 PM

done
here is screenshot

Screenshot 2023-10-15 at 6 58 50 PM

Thank you, this issue can be closed