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

[LS] Support more code-suggestions/auto-completions #99

Open
SupunS opened this issue Jan 15, 2021 · 0 comments
Open

[LS] Support more code-suggestions/auto-completions #99

SupunS opened this issue Jan 15, 2021 · 0 comments
Labels
Feature Feedback Help Wanted A feature we want the help from community Language Server

Comments

@SupunS
Copy link
Member

SupunS commented Jan 15, 2021

Issue To Be Solved

It would be really nice to have code-suggestions and auto-completions for more prominent use cases.

Suggest A Solution

  • Can support auto-completions at different levels. e.g: Top-level, statement-level, expression-level, etc.
  • Filter the results based on the context. e.g:
    • At the top-level, statements shouldn't be provided as suggestions.
    • Similarly, when the cursor is inside a contract, it should only provide suggestions of the constructs that are allowed within a contract.
  • Support completions/suggestions when there are syntax errors.
  • May require to introduce resilient parsing to support these.
@turbolent turbolent removed their assignment Jan 15, 2021
@turbolent turbolent added the Help Wanted A feature we want the help from community label Apr 11, 2023
@turbolent turbolent transferred this issue from onflow/cadence Apr 11, 2023
@turbolent turbolent changed the title Support more code-suggestions/auto-completions LS: Support more code-suggestions/auto-completions Apr 11, 2023
@turbolent turbolent changed the title LS: Support more code-suggestions/auto-completions [LS] Support more code-suggestions/auto-completions Apr 11, 2023
@sideninja sideninja moved this to 🔖 Ready for Pickup in 🌊 Flow 4D Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feedback Help Wanted A feature we want the help from community Language Server
Projects
None yet
Development

No branches or pull requests

2 participants