Groterik / qtcreator-dlangeditor

QtCreator plugin for D language support (dlang)
MIT License
20 stars 5 forks source link

Implement 'Follow Symbol under Cursor' #3

Closed stonemaster closed 10 years ago

stonemaster commented 10 years ago

DCD allows to get the definition location through --symbolLocation. This can be used to implement the feature to follow the current symbol (context menu/F2).

Groterik commented 10 years ago

It was already implemented. Is it working for you? Btw sometimes it gets incorrect line/column number, I think that it is a bug in the plugin, so I'll fix it.

stonemaster commented 10 years ago

That's my mistake. I didn't know that it was already implemented so I assumed I would be a cool feature to have :-) I just tested it and it's working fine for me, also giving me the right location so far. I'll have an eye on it when using it so if I find a bug I'll post another bug report.