question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong coloring in generic `<` after comparison operator `<`

See original GitHub issue

Your programming language(s)

C#

Current Behavior

image

Code snippet for reproduce (for bugs)

if (1 < 2)
{
}

var list = new List<int>();

Your Environment

  • Plugin version: 6.17
JetBrains Rider 2021.1.3
Build #RD-211.7442.29, built on May 26, 2021
Licensed to -
Subscription is active until March 31, 2022.
Runtime version: 11.0.11+9-b1341.57 amd64
VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
.NET Framework 4.0.30319.42000
GC: G1 Young Generation, G1 Old Generation
Memory: 1500M
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, light.edit.file.open.enabled=false, performance.watcher.unresponsive.interval.ms=1000, vcs.enable.add.ignored.directories.to.exclude=false, search.everywhere.settings=true, show.diff.preview.as.editor.tab.with.single.click=true, ea.enable.developers.list=false, 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, rdclient.asyncActions=false
Non-Bundled Plugins: BrowseWordAtCaret (3.0.4), com.draculatheme.idea (1.3.1), com.intellij.plugins.sublimetextkeymap (211.6432.7), com.intellij.plugins.vscodekeymap (211.4961.30), String Manipulation (8.15.203.000.3), com.mallowigi (36.0), net.vektah.codeglance (1.5.4), com.microsoft.vso.idea (1.161.1), izhangzhihao.rainbow.brackets (6.17)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
izhangzhihaocommented, Jun 5, 2021
0reactions
gigaceecommented, Jun 12, 2021

It is now displayed correctly, thank you!

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Generic constraint for comparison - Stack Overflow
I know how I could rewrite my code but what I wanted to know was more like. Is there a way that allows...
Read more >
Generic classes with inheritance/equals/comparison operators
Color me wrong on one point. You can have typedef -like behavior with the using statement at the top of your files, such...
Read more >
Comparison in Python is Not as Simple as You May Think
Comparison is one of the most basic operations in any programming ... they come from the same brand with the same size and...
Read more >
Chaining comparison operators in Python - GeeksforGeeks
Chaining in Comparison Operators: Comparisons yield boolean values: True or False. Comparisons can be chained arbitrarily. For example: x < y <= ...
Read more >
Preview Features in .NET 6 - Generic Math
A preview of the new generic math and static abstracts in interfaces features with .NET 6.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found