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

Code completion for WireMock standalone jar arguments in the terminal? #83

Closed
picimako opened this issue Jan 29, 2024 · 1 comment
Closed
Labels
investigation Collect information on a topic.

Comments

@picimako
Copy link
Owner

picimako commented Jan 29, 2024

Summary

IntelliJ 2024.1 EAP 2 has introduced an improved terminal, and code completion for certain elements in the terminal.

If the code completion feature will be available as an extension point, and in a feasible way, the argument options (and maybe even argument values) of the WireMock standalone jar could be provided as code completion items.

If code completion is not possible, maybe a CLI options catalog could be implemented in/from which one can search and paste commands into the command line.

Candidate classes for use

  • org.jetbrains.plugins.terminal.exp.TerminalInlineCompletionProvider
  • com.intellij.codeInsight.inline.completion.InlineCompletionProvider
  • org.jetbrains.plugins.terminal.exp.completion.TerminalCommandSpecCompletionContributor
@picimako picimako added the investigation Collect information on a topic. label Jan 29, 2024
@picimako
Copy link
Owner Author

This won't be implemented.

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

No branches or pull requests

1 participant