Suggestions for syntax are not being shown with all details as shown in Ui path academy videos
Any way to show entire suggestion ?
Suggestions for syntax are not being shown with all details as shown in Ui path academy videos
Any way to show entire suggestion ?
Hi buddy @Vidya_Srinivasan
Welcome to uipath community
Fine to mention this we need to put like
String.Format(“Hello {0} {1}”, “World”, Now)
where the {0} {1} are place holders that will place the value of the “world” and the value now
like this
Hello World 11/07/2019 00:00:00
Cheers @Vidya_Srinivasan
I am looking for elaborate suggestions like the one below
So wanted to know if there is any way to see elaborate suggestions for syntax
Hi Sandeep,
I tried the same.But this is how it comes
its comes first time or not??
if you want more detail about format method
go to
thanks
It never came.Not even the first time.
Fine
its like string.Format()
–place the cursor between the brackets next to Format(|) like this
–press ctrl+shift+space
–we get the prompt message showing the syntax to be followed and you see we have nearly 8 methods (overloads) which can be used
–to see them one by one press down arrow, we will get to know the method that can be used and the arguments that can be passed to each method
Hope this would help you
Cheers @Vidya_Srinivasan
I wanted to see a detailed version like the picture i attached above if possible
we get to these snippets to only certain extent when we type the vb.net or c# methods of its class, this is included to notify the user the possibilities of using those methods…and to know full details we have certain exclusive websites like
docs.microsoft.com
and
c#corner.com
Cheers buddy @Vidya_Srinivasan
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.