Making Your Own Tools Using SwiftSyntax

preview_player
Показать описание
Yusuke Kita, Mercari

Do you want to make your own tools like formatter? SourceKit was the only option for us, but SwiftSyntax is now available via SPM. It parses Swift source code and gives us syntax tree that can be used for the analysis by Swift API.

This talk covers overview of SwifSyntax and go over how and where to start to make productivity tools for your projects with some examples.
Рекомендации по теме
Комментарии
Автор

Help me pls, is this lib can build syntax tree for only one file? Or can I build tree for full project. I want to do something like refactor-rename in Xcode. Can I take one tree for The whole project?

СлаваВовк-мо
visit shbcf.ru