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

Semantic highlighting for parameters does not work for asserts name is T #2249

Closed
RunDevelopment opened this issue Apr 16, 2023 · 1 comment
Labels
bug Functionality does not match expectation
Milestone

Comments

@RunDevelopment
Copy link
Contributor

RunDevelopment commented Apr 16, 2023

Search terms

asserts is, semantic highlighting

Expected Behavior

The parameter name in asserts node is T should be highlighted as a parameter.

Actual Behavior

It's not highlighted.

image

This like also affects name is T return types.

Minor bug, but I wanted to report it regardless.

Steps to reproduce the bug

  1. Download https://github.com/RunDevelopment/refa
  2. npm ci and npm i -D typedoc@0.24.4
  3. npm run build:docs
  4. Navigate to the setParent function.

Environment

  • Typedoc version: 0.24.4
  • TypeScript version: 5.0.2
  • Node.js version: v16.11.1
  • OS: Win10
@RunDevelopment RunDevelopment added the bug Functionality does not match expectation label Apr 16, 2023
@RunDevelopment
Copy link
Contributor Author

Thank you @Gerrit0!

@Gerrit0 Gerrit0 added this to the v0.24.5 milestone Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

2 participants