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

Fix some incorrect autocompletions for range and dynamic #290

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

waf
Copy link
Owner

@waf waf commented Jul 30, 2023

Fixes #279 (Range syntax completion)
Fixes #231 ("dynamic" keyword completion)

Fixes #279 (Range syntax completion)
Fixes #231 ("dynamic" keyword completion)
@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #290 (938e68f) into main (e88921b) will increase coverage by 0.0%.
The diff coverage is 91.6%.

@@          Coverage Diff          @@
##            main    #290   +/-   ##
=====================================
  Coverage   77.4%   77.5%           
=====================================
  Files         83      83           
  Lines       5564    5573    +9     
  Branches     731     733    +2     
=====================================
+ Hits        4312    4324   +12     
+ Misses       985     982    -3     
  Partials     267     267           
Files Changed Coverage Δ
CSharpRepl.Services/Roslyn/RoslynServices.cs 84.0% <91.6%> (+0.1%) ⬆️

... and 2 files with indirect coverage changes

@waf waf merged commit 166b6a7 into main Jul 30, 2023
3 checks passed
@waf waf deleted the fix-annoying-range-and-dynamic-completions branch July 30, 2023 16:36
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.

Autocomplete gets in the way when using Range syntax Annoying completion when declaring dynamic variable
1 participant