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.
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.