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.

Markdown in Rust doc comments support

See original GitHub issue

Your programming language(s)

Rust

Expected Behavior

The plugin should not colorize letters in key words and doc comments /

Current Behavior

The plugin changes the color of the letters in key words and doc comments / (see pictures down below)

image

image

Possible Solution

All brackets list?

Code snippet for reproduce (for bugs)

https://doc.rust-lang.org/core/option/enum.Option.html

Your Environment

  • Plugin version: 6.10
CLion 2020.2.1
Build #CL-202.6948.80, built on August 25, 2020
Runtime version: 11.0.8+10-b944.31 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.7.15-100.fc31.x86_64
GC: ParNew, ConcurrentMarkSweep
Memory: 1987M
Cores: 12
Registry: run.processes.with.pty=TRUE, documentation.show.toolbar=true, ide.allow.merge.buttons=false, search.everywhere.settings=true, debugger.watches.in.variables=false, cidr.max.intellisense.file.length=600000
Non-Bundled Plugins: name.kropp.intellij.makefile, org.jetbrains.plugins.localization, org.toml.lang, tanvd.grazi, org.rust.lang, rs.pest, izhangzhihao.rainbow.brackets
Current Desktop: KDE

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
maxwasecommented, Jun 22, 2021

Fixed in 0.4.149.3939-211 Rust plugin and 6.18 rainbow-brackets plugin

0reactions
izhangzhihaocommented, Jun 11, 2021

If you found your highlighting is missing, please follow: https://github.com/intellij-rust/intellij-rust/issues/6100

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - Rust By Example
When running rustdoc , these are the comments that get compiled into documentation. They are denoted by a /// , and support Markdown....
Read more >
Support markdown in C++ doc comments. · Issue #800 - GitHub
Try to preprocess comments in the same way rustdoc does (presumably just looking at three backticks at the beginning of the line?) and...
Read more >
Comments - The Rust Programming Language
Rust has two kinds of comments that you should care about: line comments and ... Doc comments use /// instead of // ,...
Read more >
Guide on how to write documentation for a Rust crate - Blog
One last thing to add on this: the doc comments are using the Markdown CommonMark format. Which means it supports links, images, ...
Read more >
doc_comment - Rust - Docs.rs
The point of this (small) crate is to allow you to add doc comments from macros or to test external markdown files' code...
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