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

Support for type parameters. #108

Open
david9991 opened this issue Jun 9, 2023 · 0 comments
Open

Support for type parameters. #108

david9991 opened this issue Jun 9, 2023 · 0 comments

Comments

@david9991
Copy link

david9991 commented Jun 9, 2023

The tplant does not support type parameters. Therefore, when the following code was used:

class NodeDependenciesProvider implements vscode.TreeDataProvider<Dependency> {
...

The PlantUML output did not include the type information behind the implements keyword:

@startuml
class NodeDependenciesProvider implements  {
    +getTreeItem(element: Dependency): vscode.TreeItem
    +getChildren(element?: Dependency | undefined): Thenable<Dependency[]>
}
...
@enduml

And in preview window I got this error
Screenshot 2023-06-09 at 16 22 28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant