Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Expressions Highlighter

Engaged ,
May 21, 2023 May 21, 2023

Hi everybody, I don't know if something like this currently exists, but having the ability to highlight expressions would be great for remembering where key lines of code were (like two months later) or if I have to hand off a template file to somebody who doesn't relaly use expressions and tell somebody else, "it's the lines of code highlighted in orange, change x variable". 

 

Granted, one can always comment, and maybe there's a different approach that's it's equal but having something that would be really nice to have.

 

As always, thanks for reading. 

Idea No status
TOPICS
Expressions
135
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 Comment
LEGEND ,
May 22, 2023 May 22, 2023
LATEST

That's what comments in the code are for. Make good use of the // and /* ... */.

 

Mylenium

Translate
Report