Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support line numbers in file paths #7

Open
PsychoLlama opened this issue Jun 23, 2018 · 0 comments
Open

Support line numbers in file paths #7

PsychoLlama opened this issue Jun 23, 2018 · 0 comments
Assignees

Comments

@PsychoLlama
Copy link
Owner

I haven't implemented mappings that check for line numbers after the file path simply because it's not a common pattern in JavaScript. Recently I noticed someone using further with ag output, which looks a bit like this:

src/utils/prefetch.js:5: * @return {Promise<void>} - Resolves after successfully caching.
src/resolvers/scene.js:2:import resolveLight from './light';
src/resolvers/scene.js:26:    return this._lights.map(id => resolveLight({ id }, context, info));

That's ideal output for gF and <c-w>gF and a really good excuse to write more vimscript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant