Galooshi / emacs-import-js

Emacs plugin for ImportJS
MIT License
40 stars 9 forks source link

Handle some goto cases in which blank buffers are opened #10

Closed uqix closed 8 years ago

uqix commented 8 years ago

Fix goto-value in cases:

Given this dir layout:

  App.js
  configureStore.js
  components/
  ├── EbookPage.js
  ├── MePage.js
  ├── QuestionPage.js
  └── TabIcon.js
  containers/
  └── Root.js
  actions/
  └── ebooks.js
  reducers/
  ├── ebooks.js
  └── index.js

So that cases below should work as expected:

trotzig commented 8 years ago

Hi @z4139jq, did your problems get resolved some other way? (Since you closed the issue.)

uqix commented 8 years ago

Sorry for my misoperation to this PR, I have created another PR #11 to fix it.