Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
11 stars 0 forks source link

Symbol types in headings and table of contents #1164

Closed lars-reimann closed 1 month ago

lars-reimann commented 1 month ago

Is your feature request related to a problem?

We should show symbol types in headings and table of contents, so it's easy to identify whether something is a class/function/attribute/whatever.

Desired solution

Format it identically to our library documentation:

Heading:

image

TOC:

image

We already show keywords for symbol headings, but it's more visible if the background color of the tags also changes. No symbol types are shown in the TOC at all.

Use fun instead of meth etc. We should still use the Safe-DS keywords.

We should also wrap the names of declarations in headings into an inline code element.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

lars-reimann commented 1 month ago

:tada: This issue has been resolved in version 0.17.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: