[Interest] Qt Creator becomes too buggy. Please do something :)
Thiago Macieira
thiago.macieira at intel.com
Mon Jun 14 17:19:18 CEST 2021
On Monday, 14 June 2021 03:39:46 PDT Alexander Dyagilev wrote:
> 1. Code model is buggy. Often Ctrl+Shift+U (Find references to symbol
> under cursor) is not working. F2 (follow symbol under cursor) is not
> working too.
It is. There are two code scanners at play: one for finding symbols quickly,
using the old C++ parser, and one for highlighting the code in the files
you've got open, using clang. This is being fixed because of the exact problem
you're seeing: the symbol is parsed but F2 goes nowhere.
But it's not easy because the clang-based parser is MUCH slower, making big
projects painful to open.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel DPG Cloud Engineering
More information about the Interest
mailing list