tomkis / js-autoimport

atom autocomplete-plus provider which allows automatic ES6 modules
MIT License
18 stars 5 forks source link

Implement project scope support #5

Open maxfrigge opened 8 years ago

maxfrigge commented 8 years ago

I don't get any of modules in code completion.. is there anything I should comply with to get this working?

tomkis commented 8 years ago

No, it should be working. Could you please provide further information? Console log would be much appreciated.

maxfrigge commented 8 years ago

I had another go at it and it seems to work now - quite well to be honest.

Just 2 things I have noticed:

tomkis commented 8 years ago

The former is known bug, it should not touch the imports while they are being manually edited. The latter is unfortunately not supported at the moment.