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



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to