typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

JSON output syntax highlighting #804

Open izmalk opened 10 months ago

izmalk commented 10 months ago

Problem to Solve

The Output: Log tab of TypeDB Studio prints the JSON for Fetch queries without any syntax highlighting.

Screenshot 2023-11-29 at 09 45 36

Current Workaround

N/A.

Proposed Solution

  1. To provide basic JSON syntax highlighting.
  2. To color keys of sections that project variables the same color as the variable (green).

Additional Information