natanfudge / Auto-Using

Visual Studio Code extension that auto imports and provides auto complete for available imports in C#
https://marketplace.visualstudio.com/items?itemName=Fudge.auto-using
GNU Lesser General Public License v3.0
37 stars 7 forks source link

add new file then can't auto- #8

Closed zelinDavid closed 5 years ago

zelinDavid commented 5 years ago

Hi,the extension is very good, but I found something wrong that when I add new file, vscode will never snippet words again. see picture below. at first, I type File, then it works well. image

but after I add new file by: ctrl+n, ctrl+s, save file by xx.cs. then I just type something but never show snippet again.

image

I'm almost sure it have relation to the Auto-Using for I deleted the extension, and doing the same operations(add new file by: ctrl+n, ctrl+s, save file by xx.cs and type). some snippets shows.

hope Auto-Using better and better, it's useful. thanks.

vscode Info: Version: 1.33.0 (system setup) Commit: 0dd516dd412d42323fc3464531b1c715d51c4c1a Date: 2019-04-04T15:14:28.026Z Electron: 3.1.6 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Windows_NT x64 10.0.16299

natanfudge commented 5 years ago

Hey David, thanks for the bug report. I fixed the issue. You should see a new version of Auto-Using in the marketplace that fixes this bug in a few seconds. Please tell me if you have any more issues.

zelinDavid commented 5 years ago

Wow,that's great. It took me near an hour locating the question. haha. thank you for your contributing

natanfudge commented 5 years ago

No problem!