This is a migrated thread and some comments may be shown as answers.

Where's the FiddlerScript object model documentation?

2 Answers 802 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
A
Top achievements
Rank 1
A asked on 10 Nov 2017, 10:42 PM

Where is the FiddlerScript object model documentation?

The Class Explorer only shows the top level's objects' properties, and that's it ...

So, where is the full Fiddler documentation or `.d.ts` file?

Can we edit FiddlerScript in advanced editors with IntelliSense, like Microsoft Visual Studio Code?

Your help is appreciated.

2 Answers, 1 is accepted

Sort by
0
Simeon
Telerik team
answered on 27 Nov 2017, 03:01 PM
Hello,

Sorry for the late reply, if you open the Fiddler Script Application you will notice on the right hand side a tree view displaying the Fiddler objects. When you select an object, a brief information about it could appear above the tree view. You could find some examples how to use FiddlerScript here.

FiddlerScript has two flavors: Microsoft JScript and C# so there is no .d.ts file because it is not TypeScript.

And yes, you could use any editor with FiddlerScript.

Regards,
Simeon
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
A
Top achievements
Rank 1
answered on 27 Nov 2017, 04:47 PM

Hi Simeon,

the tree on the right side doesn't seem to show the objects' methods.

However, right after I wrote my message, I noticed that it's .NET beneath, not TypeScript. And all of a sudden, IntelliSense started working in the editor.

I feel it would be a great idea to have a full-flavoured HTML documentation available for the Fiddler object model, something being generated by the Sandcastle Help File Builder tool from the Fiddler object model sources.

Thanks,
Axel

Tags
Fiddler Classic
Asked by
A
Top achievements
Rank 1
Answers by
Simeon
Telerik team
A
Top achievements
Rank 1
Share this question
or