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

Add extract to configurable code action #43014

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

LakshanWeerasinghe
Copy link
Contributor

Purpose

$subject

Fixes #42984

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Screen.Recording.2024-07-01.at.15.23.39.mov

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@LakshanWeerasinghe LakshanWeerasinghe added this to the 2201.10.0 milestone Jul 2, 2024
@LakshanWeerasinghe LakshanWeerasinghe added Team/LanguageServer Language Server Implementation related issues. #Compiler Area/CodeAction Language Server Code Actions labels Jul 2, 2024
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

Attention: Patch coverage is 75.15528% with 40 lines in your changes missing coverage. Please review.

Project coverage is 77.33%. Comparing base (1a84008) to head (ad16ed9).
Report is 6 commits behind head on master.

Files Patch % Lines
...ion/providers/ExtractToConfigurableCodeAction.java 75.15% 22 Missing and 18 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #43014      +/-   ##
============================================
- Coverage     77.34%   77.33%   -0.01%     
- Complexity    58233    58273      +40     
============================================
  Files          3450     3451       +1     
  Lines        218919   219087     +168     
  Branches      28726    28761      +35     
============================================
+ Hits         169315   169435     +120     
- Misses        40281    40309      +28     
- Partials       9323     9343      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/CodeAction Language Server Code Actions Team/LanguageServer Language Server Implementation related issues. #Compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New Feature]: Extract to configurable code action
1 participant