open file under cursor with enhanced-resolve, path resolve and fuzzy-finder
Create atom-open-neue.js
in the project root. You can change the file path in settings.
Example:
module.exports = () => ({extensions: ['.js', '.vue', '.json'],modules: ['/Users/xream/Project/test/src','/Users/xream/Project/test/node_modules',],alias: {src: '/Users/xream/Project/test/src',},})
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.