Excel-DNA / Excel-DNA/IntelliSense
Tooltip pops up for an UDF name inside a string value
Open
- Dominant language
- C#
- Stars
- 179
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
If UDF name happens to appear inside a string which is used as value of an argument of another function (UDF or native), the IntelliSense tooltip pop up for this UDF.
E.g.: the following formula
=ISTEXT("The function AddThem is used for something")
... will show the tooltip for AddThem UDF.
Possibly we need to check double quotes while parsing the formula and searching for UDF name.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.