Feature Request -- Parameter Prompting
MikeONeill
Posts: 131
When you use a function , the tooltip shows you the parameters that the function expects
As you start to enter the various parameters , the prompting stops and the tool tip disappears . I assume the SQL is in an inconsistent state and stops prompting.
I got around it by having a second line with the function on is so I could see the tooltip on that one
It would be really nice if the prompting continued a la VS Intellisence , as each parameter is added and then a comma a prompt for the next parameter shows .
I really am lazy !!
Cheers
Mike
As you start to enter the various parameters , the prompting stops and the tool tip disappears . I assume the SQL is in an inconsistent state and stops prompting.
I got around it by having a second line with the function on is so I could see the tooltip on that one
It would be really nice if the prompting continued a la VS Intellisence , as each parameter is added and then a comma a prompt for the next parameter shows .
I really am lazy !!
Cheers
Mike
Comments
SELECT dbo.ufnGetProductDealerPrice()
When you place the cursor in the (), SQL Prompt should highlight the first parameter needed and then move onto the next one after you type a comma. Does this work for you?
If this works but you're still having issues with a certain function could you give me an example?