Autocomplete should list the parameters for a given function after I type the function's name
Given that
- I have typed the function's name
When I
- hit ctrl+space to see my options
Then I
- should be presented with a description of the expected parameter(s), as per the function's declaration
This is the expected behavior, if you are used to Eplise CDT (C++ IDE).
- Forums:
Hi Ricardo, Thanks for your
Hi Ricardo,
Thanks for your request. I'm sure this will save you quite some time looking up function declarations.
This feature will be built after we release Sigasi 2.0.
Post new comment