It seems that the syntax for documentation comments, like the following, are not supported ?
type MyType {
"""
My Multilne documentation
written here.
"""
myField: String
}
Having such support could enabled notably the folding of such "docstring," like we do in Python for exemple.
Is such support considered ? Or Would eventual a PR be considered ?
Hello,
It seems that the syntax for documentation comments, like the following, are not supported ?
Having such support could enabled notably the folding of such "docstring," like we do in Python for exemple. Is such support considered ? Or Would eventual a PR be considered ?