question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] need to support enum type

See original GitHub issue
Overview of the issue

take a look at the following picture,

default

PopupEffect is an enum type:

export enum PopupEffect {
    fadeIn, fadeOut, bubbleIn, bubbleOut
}

the source is here

compodoc do not create a link to it

Suggest a Fix

it it great to create a link to enum type

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
vogloblinskycommented, Aug 8, 2017

@eitanfr I have fixed this feature yesterday :

  • fixing the @link with enums, type aliases, variables and functions.
  • splitting the misc page in 4 pages : one for each : enums, type aliases, variables and functions. Coming very soon this week
1reaction
eitanfrcommented, Aug 8, 2017

@kajnelissen thx. Is it possible to configure compodoc to create a separate page for enums? (or should I open another issue) For example, I want to have the ability to search the enum docs by the enum name…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enum Types - Java™ Tutorials
An enum type is a special data type that enables for a variable to be a set of predefined constants. The variable must...
Read more >
Handbook - Enums - TypeScript
String enums allow you to give a meaningful and readable value when your code runs, independent of the name of the enum member...
Read more >
Enum Support - Code First - EF6 - Microsoft Learn
This video and step-by-step walkthrough shows how to use enum types with Entity Framework Code First. It also demonstrates how to use enums...
Read more >
Documentation: 15: 8.7. Enumerated Types - PostgreSQL
Enumerated (enum) types are data types that comprise a static, ordered set of values. They are equivalent to the enum types supported in...
Read more >
Enumeration declaration - cppreference.com
The values of the constants are values of an integral type known as the underlying type of the enumeration. An enumeration has the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found