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

Syntax Highlighting for Variables #160

Open
SoulKa opened this issue Dec 15, 2024 · 0 comments
Open

Syntax Highlighting for Variables #160

SoulKa opened this issue Dec 15, 2024 · 0 comments
Labels
backend Backend related task enhancement New feature or request
Milestone

Comments

@SoulKa
Copy link
Collaborator

SoulKa commented Dec 15, 2024

Trufos supports template variables in the request, e.g. {{ $randomUuid }} which is replaced with its value on request sending. To indicate that text like that is a variable, we want to highlight it. If possible we also want to show the actual value as tooltip. Monaco supports this using custom tokenization.

Acceptance Criteria

  • Valid template variables are highlighted in the request
  • If possible: the actual value is shown as tooltip
@SoulKa SoulKa added enhancement New feature or request backend Backend related task labels Dec 15, 2024
@SoulKa SoulKa added this to the v0.2 milestone Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related task enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant