Feature Idea: Call Parameter Indication

Post any comments, suggestions, annoyances or ideas for future releases here. Please do not post bug reports or questions here.
Post Reply
egrath
Posts: 14
Joined: Thu Sep 02, 2004 4:48 am
Location: In the Alps of Austria

Feature Idea: Call Parameter Indication

Post by egrath »

Hi,

maybe a Idea for one of the next versions:

When you write a Function Call (eg. printf), the Editor could look up the corresponding parameters for this function and display them in a Tooltip like manner below the text written.

As far as i know this feature is implemented in the MS Visual Studio Editor and it's very useful imho.

Bye, Egon
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

When you write a Function Call (eg. printf), the Editor could look up the corresponding parameters for this function and display them in a Tooltip like manner below the text written.

As far as i know this feature is implemented in the MS Visual Studio Editor and it's very useful imho.
The current version offers an intellisensing feature, but it is only available for functions defined in the current workspace.

For example is you create a new workspace and add source files to the workspace, Zeus will provide intellisensing for all functions and methods that are displayed in the workspace, class browser window.

But the global intellisensing feature you describe is not currently possible, but there are plans for such a feature in a future release.

Jussi
egrath
Posts: 14
Joined: Thu Sep 02, 2004 4:48 am
Location: In the Alps of Austria

Post by egrath »

Thanks for your reply Jussi.

Bye, Egon
Post Reply