atom-open-this icon indicating copy to clipboard operation
atom-open-this copied to clipboard

resolve and open by (beforehand) given paths?

Open Aqzhyi opened this issue 8 years ago • 3 comments

Hi, I have a rails app and directory structure like this:

./app/assets/app/modules.js
./app/assets/app/routes.js
./app/assets/app/*
./app/assets/pages/*
./app/assets/partials/*
./app/assets/layouts/*
./gulpfile.babel.js
./.babelrc
./.gitignore
etc.

I will writing import { ngApp } from 'app/modules', import 'app/routes' etc, and resolve by babel resolveModuleSource or NODE_PATH=./.

for now, I have no workaround on this issue.

BTW, atom-autocomplete-modules provided me to configure the Verdor Directories with

image

Did you have any ideas?

image

Aqzhyi avatar Mar 07 '16 11:03 Aqzhyi