Skip to content

Commit

Permalink
Merge pull request #182 from sourcery-ai/tim/feat/update-walkthrough-…
Browse files Browse the repository at this point in the history
…for-plan-changes

feat: updated walkthrough
  • Loading branch information
angrycaptain19 authored Jul 5, 2023
2 parents 0500afd + 972d349 commit eab72c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@
"description": "Your first steps to try out the powerful tools and features that the Sourcery extension has to offer!",
"when": "workspacePlatform != webworker",
"steps": [
{
"id": "sourcery.login",
"title": "Login",
"description": "Unlock all of Sourcery's features, including 14 a day trial of Sourcery Pro\n[Login](command:sourcery.login)",
"media": {
"markdown": "walkthrough/login.md"
},
"completionEvents": [
"onContext:sourcery.is_authenticated"
]
},
{
"id": "sourcery.openWelcomeFile",
"title": "Get your first recommendation",
Expand Down Expand Up @@ -131,21 +142,10 @@
"markdown": "walkthrough/custom_rules_tutorial.md"
}
},
{
"id": "sourcery.login",
"title": "Login",
"description": "Unlock all of Sourcery's features, including 30 days of Sourcery Pro\n[Login](command:sourcery.login)",
"media": {
"markdown": "walkthrough/login.md"
},
"completionEvents": [
"onContext:sourcery.is_authenticated"
]
},
{
"id": "sourcery.advancedFeatures",
"title": "Advanced Features",
"description": "Once you have logged in you will be able to use Sourcery's Pro features for 30 days\nThese include:\nRight click on a folder and choose 'Sourcery - Scan for refactorings'\n\n You can also try out 'Sourcery - Detect Clones' to find duplicate or near-duplicate code\nTo find out about our Team plan, including pre-commit hook and CLI:\n[Open our documentation](https://docs.sourcery.ai/Plans/Sourcery-Team/)\n",
"description": "With a Sourcery Pro account you can use Sourcery's advanced features on any project. Otherwise, you can use them on any open source project. \nThese include:\nRight click on a folder and choose 'Sourcery - Scan for refactorings'\n\n You can also try out 'Sourcery - Detect Clones' to find duplicate or near-duplicate code\nTo find out about our Team plan, including pre-commit hook and CLI:\n[Open our documentation](https://docs.sourcery.ai/Plans/Sourcery-Team/)\n",
"media": {
"markdown": "walkthrough/refactoring_scan.md"
},
Expand Down
17 changes: 10 additions & 7 deletions walkthrough/login.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## 30 day free trial of Sourcery Pro
## Use Sourcery on all your code
You can use Sourcery on open source code for free. In order to use it on closed source projects you'll need to sign up for a [Sourcery Pro account](https://sourcery.ai/signup/?utm_source=VS-Code).

Sourcery Pro includes more advanced features helping you to refactor private
GitHub repos, analyse and refactor multiple files at once in your IDE, detect
duplicate (and near duplicate) code, and includes advanced refactorings.
## 14 day free trial of Sourcery Pro

Everyone who signs up for Sourcery gets 30 days of free trial access to Sourcery
Pro. After those 30 days you need to [upgrade](https://sourcery.ai/pro/) to
continue using the Sourcery Pro features.
You can sign up for a 14 day free trial of Sourcery Pro (no credit card required) to try out Sourcery on all of your projects.

After those 14 days you can choose to upgrade to Pro or you can keep using Sourcery for Free for open source projects.

## Free for students and educators

Sourcery is free to use for students and educators on open source and closed source projects. Email us at [[email protected]](mailto:[email protected]) and we'll get you set up with a free plan.

### Login

Expand Down

0 comments on commit eab72c2

Please sign in to comment.