Forum Discussion

cjfoeller0404's avatar
cjfoeller0404
Occasional Contributor
2 months ago
Solved

How to Create/Import Description File for JavaScript - Inquiry

I am attempting to add a description that appears in the AutoComplete Menu for various functions as can be seen with many of the built in functions/methods for a Javascript file. How would I go about...
  • rraghvani's avatar
    2 months ago

    While TestComplete supports JavaScript (and other scripting languages), its editor and IntelliSense features are not as rich as those like VS Code. TestComplete IntelliSense will not fully parse JSDoc-style comments, as shown below.

    I suggest you provide similar comments, as a lookup for your users