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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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+T
index.js
app/components/index.js
andapp/controllers/index.js
Example when can be improved/fixed:
Cmd+T
index.js:300
(NOTE: Writing :NUMBER sends you directly to this line in the file`app/components/index.js
andapp/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 fileapp/components/index.js
doesn't have line number300
P.S. atom/atom#17872
The text was updated successfully, but these errors were encountered: