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

Wrong coloring in lambda expressions with braces #1057

Closed
gigacee opened this issue Feb 24, 2021 · 2 comments
Closed

Wrong coloring in lambda expressions with braces #1057

gigacee opened this issue Feb 24, 2021 · 2 comments
Labels
bug? language specific this feature/issue only effect on specific languages Rider specific Features/bugs about the Rider IDE

Comments

@gigacee
Copy link

gigacee commented Feb 24, 2021

Your programming language(s)

C#

Current Behavior

image

Code snippet for reproduce (for bugs)

// Correct
transform.DOMoveX(1f, 1f).OnComplete(() => Destroy(this));

// Wrong
transform.DOMoveX(1f, 1f).OnComplete(() => { Destroy(this); });

Your Environment

  • Plugin version: 6.16
JetBrains Rider 2020.3.2
Build #RD-203.6682.21, built on December 30, 2020
Licensed to -
Subscription is active until March 31, 2021.
Runtime version: 11.0.9.1+11-b1145.63 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
.NET Framework 4.0.30319.42000
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1450M
Cores: 8
Registry: debugger.new.debug.tool.window.view=true, ide.tree.horizontal.default.autoscrolling=false, performance.watcher.sampling.interval.ms=200, ide.borderless.tab.caption.in.title=false, ide.tooltip.showAllSeverities=true, show.diff.preview.as.editor.tab=true, ide.mac.bigsur.alerts.enabled=false, debugger.show.values.use.inlays=false, light.edit.file.open.enabled=false, performance.watcher.unresponsive.interval.ms=1000, ide.tree.expand.navigatable.on.double.click.disabled=true, search.everywhere.settings=true, show.diff.preview.as.editor.tab.with.single.click=true, parameter.info.max.visible.rows=10, ide.win.file.chooser.native=true, vcs.log.show.diff.preview.as.editor.tab=true, search.everywhere.pattern.checking=false, ide.tooltip.initialDelay=0, ide.require.transaction.for.model.changes=false, ide.debug.in.title=true, ide.new.project.model=false, rdclient.asyncActions=false
Non-Bundled Plugins: BrowseWordAtCaret, String Manipulation, com.andrey4623.rainbowcsv, com.clutcher.comments_highlighter, com.draculatheme.idea, com.intellij.plugins.sublimetextkeymap, com.intellij.plugins.vscodekeymap, com.mallowigi, net.vektah.codeglance, izhangzhihao.rainbow.brackets
@github-actions github-actions bot deleted a comment from open-collective-bot bot Feb 25, 2021
@izhangzhihao izhangzhihao added bug? language specific this feature/issue only effect on specific languages Rider specific Features/bugs about the Rider IDE labels Feb 25, 2021
@gigacee gigacee changed the title Wrong colorling in lambda expressions with braces Wrong coloring in lambda expressions with braces Feb 26, 2021
@izhangzhihao
Copy link
Owner

image

@izhangzhihao
Copy link
Owner

izhangzhihao commented Feb 27, 2021

Will available in the next release.

Please SUPPORT US if you like this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug? language specific this feature/issue only effect on specific languages Rider specific Features/bugs about the Rider IDE
Projects
None yet
Development

No branches or pull requests

2 participants