Closed
Description
Context: fsprojects/zarchive-fsharpbinding#603
I'm implementing highlighting for printf specifiers, and the feature could get greater coverage if symbols were reported from FCS. Don mentioned that FCS could be adjusted to report symbols for printf specifiers and/or whole formatting strings, so I'm adding this request here.
An implementation should perhaps already leave room for the new printf format, should it be accepted. We might like to do different highlighting depending depending on which type of specifier it is.
This new symbol would be returned in GetAllUsesOfAllSymbolsInFile
, perhaps others.