VirtusLab / using_directives

12 stars 8 forks source link

refactor: Remove UsingDirectiveKind and multiline strings #48

Closed tgodzik closed 1 year ago

tgodzik commented 1 year ago

We currently support only special comments and there are no further plans to do anything more, so it's best to remove them.

Also, multiline strings no longer make sense when we can only use //> and it might be used by users unexpectedly.