Page 1 of 1

Feature Idea: Call Parameter Indication

Posted: Mon Sep 06, 2004 5:59 am
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

Posted: Mon Sep 06, 2004 3:46 pm
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

Posted: Mon Sep 13, 2004 6:59 am
by egrath
Thanks for your reply Jussi.

Bye, Egon