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
Sometimes it's useful to see the Abstract Syntax Tree (AST) for some code, e.g. when writing detekt / ktlint rules. It would be great if the playground could add the ASP display as a "fake target" and make it look similar to ktlint's (by now removed again, in favor of PsiViewer) --print-astoutput.