serenadeai / code

Serenade for Visual Studio Code
MIT License
86 stars 11 forks source link

Open doesn't seem to match against workspace #44

Open thnk2wn opened 1 year ago

thnk2wn commented 1 year ago

v1.5.3

In this scenario I'm trying to open a file that exists in the workspace. It hears the the parts of what I say - relay, shared and .js but can't string them together as one filename nor do the suggestions pair against the workspace files as expected.

As the plugin should be able to enumerate the workspace files I'd expect better matching against it with the options for open only being actual files in the workspace. Also filenames devs work with don't typically have spaces in them so I'd think one logical option would be removing the spaces.

So far using open only works for very simple projects with very simple unique names (index.js) etc.

image