Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group suggestions #55

Open
nitzantomer opened this issue Mar 25, 2017 · 0 comments
Open

Group suggestions #55

nitzantomer opened this issue Mar 25, 2017 · 0 comments
Assignees

Comments

@nitzantomer
Copy link
Member

The suggestions panel can be a bit overwhelming because all the syntax rules for a command are included.

For example the suggestions for input:

get

Are:

io.fugazi.net.http  get  url|url  data|map  contentType|contentType
io.fugazi.net.http  get  url|url
io.fugazi.net.http  get  url|url  data|string  contentType|contentType
io.fugazi.net.http  get  url|url  data|string  contentType|contentType  headers|map
io.fugazi.net.http  get  url|url  data|string  contentType|contentType  headers|map  timeout|number
io.fugazi.net.http  get  url|url  data|string  contentType|contentType  timeout|number
io.fugazi.net.http  get  url|url  data|string  headers|map
io.fugazi.net.http  get  url|url  data|string  headers|map  timeout|number
io.fugazi.net.http  get  url|url  data|string  timeout|number
io.fugazi.net.http  get  url|url  data|map
io.fugazi.net.http  get  url|url  data|string
io.fugazi.net.http  get  url|url  data|map  contentType|contentType  headers|map
io.fugazi.net.http  get  url|url  data|map  contentType|contentType  headers|map  timeout|number
io.fugazi.net.http  get  url|url  data|map  contentType|contentType  timeout|number
io.fugazi.net.http  get  url|url  data|map  headers|map
io.fugazi.net.http  get  url|url  data|map  headers|map  timeout|number
io.fugazi.net.http  get  url|url  data|map  timeout|number
io.fugazi.terminal  name|string=value|any
io.fugazi.terminal  set  name|string=value|any
io.fugazi.terminal  let  name|string=value|any

How it should be

For get:

io.fugazi.net.http  get  url|url ...
io.fugazi.terminal  name|string=value|any
io.fugazi.terminal  set  name|string=value|any
io.fugazi.terminal  let  name|string=value|any

For get "http://example.com" :

io.fugazi.net.http  get  url|url 
io.fugazi.net.http  get  url|url  data|string ...
io.fugazi.net.http  get  url|url  data|map ...

And so on.
Notice that the ... should appear as part of the suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants