capaj / vscode-exports-autocomplete

finds javascript ES6 exports in your project and autocompletes them when writing javascript statements
MIT License
18 stars 6 forks source link

Imports default to using backslash rather than forward slash on Windows. #19

Closed dealvz closed 7 years ago

dealvz commented 7 years ago

operating system: win10

steps to reproduce: Type a known component that resides in another file. When found, press tab to import.

image

capaj commented 7 years ago

oh I totally forgot about that! Will be releasing a fix in the next 4 hours! The screen recording really wasn't necessary :1st_place_medal:

capaj commented 7 years ago

published as 0.3.4

dealvz commented 7 years ago

Awesome, that was fast!

capaj commented 7 years ago

@kvoth3 I just hope it works :D I haven't really tested it as I am on my ubuntu laptop now :grin:

dealvz commented 7 years ago

Don't worry I just updated and it works fine!