Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
34.66k stars 1.96k forks source link

Underscore and dot should be removed from the variables references labels #5948

Open koldoon opened 1 year ago

koldoon commented 1 year ago

Expected Behavior

Long story short: https://github.com/Kong/insomnia/issues/2942 - this ticked was closed and wasn't re-opened. There are certain observations related. Since the issue remains I believe a new ticked should be created.

Here some points:

Actual Behavior

All variables are prefixed with "_." by default

Reproduction Steps

No response

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

2023.2.0

What operating system are you using?

macOS

Operating System Version

macos

Installation method

download from official website

Last Known Working Insomnia version

No response

yurikus commented 1 year ago

What should happen here IMHO, is:

  1. A setting added: use '_.' prefix for every variable, default to off
  2. Auto-complete should offer '_,' prefix only for variables that need it with the setting above set to off