You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app/
components/
index.js (file has 100 lines of code)
controllers/
index.js (file has 1000 lines of code)
Example when correct:
Press Cmd+T
Type index.js
Result - 2 items are shown: app/components/index.js and app/controllers/index.js
Example when can be improved/fixed:
Press Cmd+T
Type index.js:300(NOTE: Writing :NUMBER sends you directly to this line in the file`
Result - 2 items are shown: app/components/index.js and app/controllers/index.js
And what I expect in the second example is too show only app/controllers/index.js file or change their order as file app/components/index.js doesn't have line number 300
This can be considered as both feature and bug.
Example project structure
Example when correct:
Cmd+Tindex.jsapp/components/index.jsandapp/controllers/index.jsExample when can be improved/fixed:
Cmd+Tindex.js:300(NOTE: Writing :NUMBER sends you directly to this line in the file`app/components/index.jsandapp/controllers/index.jsAnd what I expect in the second example is too show only
app/controllers/index.jsfile or change their order as fileapp/components/index.jsdoesn't have line number300P.S. atom/atom#17872