Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to get quickfix to work

Jonah

Quick fix is something I would like to get my teeth into. This because I have been helped by this so many times in Java (which is not my mother tongue ;-) ) so I think the standard Arduino user would appreciate the feature as well.
So I'll have a look.
But I still have a huge backlog (amongst those 3 cdt issues) so don't hold your breath ;-)

Jantje


Op 13/01/2017 om 16:35 schreef Jonah Graham:
Hi Jantje,

I think we should consider showing the quickfix when hovering or at least add to the hover "quick fix ctrl+1" if a quick fix exists.
Yes that should be done! Can you provide a patch to do it? I will be
happy to review it/advise you as needed.

----

As for the reddit conversation, most of those items don't have quick
fixes in CDT, contributions more than welcome. 9.0 added new class
quick-fix, 9.1 added parameter guessing. More to come if someone
writes them. The fact that Codan can detect these problems is a big
step in the right direction!

Jonah


~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 7 January 2017 at 18:44, Jan Baeyens <jan@xxxxxxxxxx> wrote:
Hi

This is probably not the place to ask this question but I fear other
locations will not result in proper attention.
I am busy recording a new and noteworthy for Sloeber 3.1 released on the 1th
of August 2016 (yes I'm seriously behind schedule ;-) )

And because we upgraded to neon in the product I thought this is a perfect
time to put CDT (improvements) in the picture.
So looking at the new and noteworthy
https://wiki.eclipse.org/CDT/User/NewIn90 I was pleasantly surprised to read

Create New Class - Quick Fix

I never saw a quickfix in CDT so I tested it asap. However ... didn't work.
I tried with CDT 9.0 9.2 and a latest CDT installed with oomph.
I never get a quickfix.
I googled a bit and found this
https://www.reddit.com/r/cpp/comments/4tbkzc/quick_fixes_in_eclipse_cdt/
basically the same message: quickfix doesn't work.

At this point in writing this mail I find that when I right click on the red
bug (codan error) and select quick fix it does work. Also ctrl+1 works.
In java you get the quick fix by hovering, I and apparently many people seem
to be unable to find other ways ;-) .
I think we should consider showing the quickfix when hovering or at least
add to the hover "quick fix ctrl+1" if a quick fix exists.

Best regards

Jantje


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top