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

refactor(language-core): meaningful CodeInformation interface #96

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

johnsoncodehk
Copy link
Member

Define the CodeInformation interface in a more meaningful way, settings with similar purposes should be grouped into a single property.

semantic

  • hover
  • semanticTokens
  • inlayHints
  • codeLens

navigation

  • callHierarchy
  • rename
  • definition
  • typeDefinition
  • references
  • implementation
  • highlight

structure

  • symbols
  • foldingRanges
  • selectionRanges
  • linkedEditing
  • colors
  • links

verification

  • diagnostics
  • codeActions

completion

  • completionItems
  • autoInsert
  • signatureHelp

format

  • formattingEdits

@johnsoncodehk johnsoncodehk changed the title refactor(language-core): abstract CodeInformation refactor(language-core): meaningful CodeInformation Nov 28, 2023
@johnsoncodehk johnsoncodehk mentioned this pull request Nov 28, 2023
41 tasks
@johnsoncodehk johnsoncodehk changed the title refactor(language-core): meaningful CodeInformation refactor(language-core): meaningful CodeInformation interface Nov 28, 2023
@johnsoncodehk johnsoncodehk merged commit 7b2eff1 into master Nov 28, 2023
6 checks passed
@johnsoncodehk johnsoncodehk deleted the abstract-code-info branch November 28, 2023 06:00
johnsoncodehk added a commit to vuejs/language-tools that referenced this pull request Nov 28, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant