js-autoimport icon indicating copy to clipboard operation
js-autoimport copied to clipboard

Implement project scope support

Open maxfrigge opened this issue 9 years ago • 3 comments

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

maxfrigge avatar Nov 08 '15 18:11 maxfrigge

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

tomkis avatar Nov 09 '15 15:11 tomkis

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

Just 2 things I have noticed:

  • The automatic ordering of imports can be annoying when manually importing
  • I tend to have multiple projects in my workspace which miss leads the importer. Is there a setting to define scope?

maxfrigge avatar Nov 10 '15 15:11 maxfrigge

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.

tomkis avatar Nov 26 '15 07:11 tomkis