-
Notifications
You must be signed in to change notification settings - Fork 84
Walkthrough #1709
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
Walkthrough #1709
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions, I now realize that the buttons are provided in the package.json, not the markdown files so I see you have a lot of the buttons I was suggesting :)
Thanks for doing this, looking great
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good, but some suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this is a great way to highlight some of the key functionality and include gifs that show what the expected behaviour is. These are a great set of steps to start and we can keep evolving as we add in new features or refine functionality.
Adds a walkthrough to the package.json that guides users through: - Installing Swift - Creating a New Project - Extension Commands - Running Tests - Selecting a Toolchain
Add some GIFs and additional steps for running, debugging and DocC previewing. Issue: swiftlang#1560
- Add additional pictures to clarify certain instructions - Update the GIFs for testing view and DocC preview - Ensure that each step has a unique completion action to ensure that the checkbox is only checked after that step is viewed
Remove additional details and make the "Try it out" button launch the swift extension create new project command directly.
Description
Add some GIFs and additional steps for running, debugging and DocC previewing to the walkthrough created by @plemarquand.
Issue: #1560
Tasks