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

Support more commands #30

Open
3 of 10 tasks
zjhmale opened this issue Mar 26, 2017 · 7 comments
Open
3 of 10 tasks

Support more commands #30

zjhmale opened this issue Mar 26, 2017 · 7 comments
Assignees

Comments

@zjhmale
Copy link
Owner

zjhmale commented Mar 26, 2017

  • IDE-Mode
  • :add-proof-clause d238beb
  • :add-missing
  • :who-calls
  • :calls-who
  • :browse-namespace 54c7eab
  • :normalise-term
  • :show-term-implicits
  • :hide-term-implicits
  • :elaborate-term
  • REPL
@zjhmale zjhmale changed the title Support :browse-namespace command Support more command Mar 26, 2017
@zjhmale zjhmale changed the title Support more command Support more commands Mar 26, 2017
@zjhmale zjhmale self-assigned this Mar 26, 2017
@zjhmale
Copy link
Owner Author

zjhmale commented Mar 26, 2017

The :browse-namespace also need some enhancement, since there is not location information (file-path:line:column) with the result.

@philipcraig
Copy link
Contributor

Could who-calls be wired up to the Extension Find All References command, or does that not make sense?

@zjhmale
Copy link
Owner Author

zjhmale commented Mar 28, 2017

Yeah, we don't really need some commands here, and some concrete commands still need some improvement itself. Thanks for the heads up.

Could who-calls be wired up to the Extension Find All References command, or does that not make sense?

@zjhmale
Copy link
Owner Author

zjhmale commented Mar 28, 2017

BTW, who-calls command may be useful to help us implementing the find-usage feature.

@st3v3c00k
Copy link

I cannot see any keyboard shortcuts for the existing commands. Are they planned?

@zjhmale
Copy link
Owner Author

zjhmale commented May 18, 2017

Hi @st3v3c00k, there used to be default key bindings for all the existing commands but then I removed them in order to avoid introducing any key binding conflicts. So you can call them using right click dropdown menu, using command palette or add command key bindings by youself in keybindings.json setting file.

@st3v3c00k
Copy link

Thanks.

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

No branches or pull requests

3 participants