Forum Discussion

mikakoistinen's avatar
mikakoistinen
Contributor
7 years ago
Solved

Code completion tips on own scripts

Hi,

I'm writing library to assist our testing.

I'm just wondering is there possibility to add hints for code completition so that we can later see parameter documentation easily. I'm using delphi script

 

3 Replies

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      Definitely vote up the feature baxatob mentioned... that would be cool.

       

      However, using the "uses" clause in Delphi, I can see the following:

       

      It doesn't give the full description, but it does help a bit.

       

      Now... let's say you branch out and convert your code libraries to JScript and package them in Script Extensions... then, you'll see something like this which shows the descriptions I added in the XML file that gets packaged with the extension.  

      • mikakoistinen's avatar
        mikakoistinen
        Contributor

        Yes, I have voted that feature. 

        That codecompletion tips is working well, but I'd like to have comments also. I'd rather not use parameter names like

        Columns_to_ignore_0_based :smileylol:

         

        But JScript - that sound scary... :smileysurprised: 

        But thanks for the tip. I'll try to take a look later...