-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Fixes #44237: Add column number in tasks #65264
Conversation
|
RIP |
|
The PR is stale but as a feature this makes sense to me, why not provide the column if we provide the line? |
|
@goodmind this makes sense to me too. If you resolve the conflicts I'll try it out and see if we can merge it. |
|
Is there some sort of workaround for this? Some other way to get the current column of the cursor when invoking a task? at the moment I don't have time to understand the details of how this fix is implemented enough to resolve the conflicts, but if I get some time, I'll take a stab at bringing the patch up-to-date. |
|
I was looking at @goodmind 's commit and comparing it to what i was doing - similar, but i missed some things, and wow it looked quite different... Then I realized i was looking at a commit from 2018, and @alexr00 you merged master into his branch... Now it makes much more sense. Thank you for doing this! It will be very helpful for people using the Axivion static analysis tool, and I'm sure many other uses. |


#44237