3

After reading guide I had been configure app, but IDE's (IDEA based like WebStorm/PHPStorm and VSCode) can't resolve imports from admin-on-rest, but react imports works well. WebStorm says Cannot resolve symbol %component_name%

So what I should set up to get full IDE autocompletion?

Mister G
  • 175
  • 2
  • 12
  • Depends. Auto-complete in dynamic languages is hard; it depends a lot on how things are exported and how much can be inferred by walking the code's AST. – Dave Newton Sep 26 '17 at 13:59
  • aor uses an index file to make named exports from the module. Maybe you need to give the full path to it to be able to import. Check the file path of index.js in every folder of the aor node module. – kunal pareek Sep 27 '17 at 05:15
  • still no fix for this – Joe Lloyd Aug 01 '18 at 15:09

0 Answers0