You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tobice opened this issue
Oct 16, 2024
· 0 comments
Assignees
Labels
featureIssues that represent new features or improvements to existing features.t-toolingIssues with this label are in the ownership of the tooling team.
Which package is the feature request for? If unsure which one to select, leave blank
@crawlee/core
Feature
IDEs are able to show code documentation, but if the documentation references another object / part of the API, the IDE is not able to recognize it and generate a clickable link.
This is because IDEs are not able to recognize @apilink, which is specific for the typedoc pluging we use.
Motivation
Better developer experience.
Ideal solution or implementation, and any additional constraints
We could replace @apilink with @link during build.
featureIssues that represent new features or improvements to existing features.t-toolingIssues with this label are in the ownership of the tooling team.
Which package is the feature request for? If unsure which one to select, leave blank
@crawlee/core
Feature
IDEs are able to show code documentation, but if the documentation references another object / part of the API, the IDE is not able to recognize it and generate a clickable link.
This is because IDEs are not able to recognize
@apilink
, which is specific for the typedoc pluging we use.Motivation
Better developer experience.
Ideal solution or implementation, and any additional constraints
We could replace
@apilink
with@link
during build.Alternative solutions or implementations
No response
Other context
Reported internally on Slack.
The text was updated successfully, but these errors were encountered: