JaLnYn / websocket-ide

MIT License
53 stars 3 forks source link

Search #3

Closed JaLnYn closed 1 week ago

JaLnYn commented 1 week ago

Currently working on search. I'm currently using the nucleo rust library.

Content and file names are injected as the library is searching. This seems to be the way Rg in fzf.vim works right now but not the way vscode does it. I wonder if I should integrate it into the file and directory cache instead.

JaLnYn commented 1 week ago

Completed with: https://github.com/JaLnYn/websocket-ide/pull/4