Clang: Reduce matches for include file scanner
For the include path scanner, only propose files (headers) which either match $identifier or $identifier.*. Don't match all of $identifier* as before
Please register or sign in to comment
For the include path scanner, only propose files (headers) which either match $identifier or $identifier.*. Don't match all of $identifier* as before