Roman Vasilev

Results 164 comments of Roman Vasilev

I'm not sure about the root of issue, but looks like typescript file system is trying to read it. Can you try to add these folders to `tsconfig exclude` also?

Sorry, no. There is only one setting [from_quote](https://github.com/unlight/sublime-import-helper#from_quote) It is not possible to take into account all potential code fixers, stylers and formatters. I think, you can configure your editor...

Actually there is no formatting in python code. Python sends code to nodejs process and library [import-adjutor](https://github.com/unlight/import-adjutor) actually do inserting. You need to check `insertImport` command https://github.com/unlight/import-adjutor/blob/master/src/insert-import.ts On the other...

@tukusejssirs Check v4.1.0 https://github.com/unlight/sublime-import-helper/releases

Where do you keep these settings? Package/User/import_helper.settings or in sublime-project file?

Sorry, but I cant reproduce this. Check settings in sublime project file, it has more priority.

It works after sublime auto-complete (ctrl + space): type -> ctrl+space ... -> tab or enter

It should work after pressing tab/enter, but it's important to press `ctrl+space` before that. Without `ctrl+space` it will not work. It's limitation. @sahilrajput03 this is your case? I'll try to...

Nice. I'll keep it opened for now, maybe I can improve it later.

@sebastianks This is not how it supposed to be. Auto Import should work like auto complete: when you press tab / enter, word completes, import statement added.