Query: auto fill while typing postman tests in app

Is there any auto-fill while typing for postman tests. The docs here and here requires to be searched and obviously can’t find all possible examples functions as postman tests become more flexible and stronger.

  • What is the easiest way to find tests functions at present
  • Is there auto-fill feature or in plan

facing the same difficulty,
would be great if above features come into play.

For instance, there is no way to identify how can I do partial string assertions, which methods or how will they work
pm.response.description.contains(“already exists”);

or want to check if the specific key exists