Skip to content
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

docs: add quick-fix gif to README #314

Merged
merged 1 commit into from Jul 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/vscode/README.md
Expand Up @@ -15,6 +15,9 @@ Adds syntax highlighting, formatting, jump-to-definition and linting for Prisma
* Code Completion
* Completion results appear for symbols as you type.
* You can trigger this manually with the Ctrl+Space shortcut.
* Quick Fixes
* Quickly fix typos in model names
* Suggests to create new models/enums with a single click
Comment on lines +18 to +20
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohoh, I think we forgot to add this to the stable README.

* Documentation help
* Information about the documentation of a completion result pops up as completion results are provided.
* Quick info on hover
Expand All @@ -33,8 +36,19 @@ Adds syntax highlighting, formatting, jump-to-definition and linting for Prisma

## Preview

<details>
<summary>Syntax-Highlighting</summary>

![Preview Schema](https://i.imgur.com/W80iRwE.png)

</details>
<details>
<summary>Quick-Fixes</summary>

![Quick-Fixes](https://media.giphy.com/media/iGGCF9JWOHx7SAKQlu/giphy.gif)
</details>


## Contributing

Read more about [how to contribute to the Prisma VSCode extension](./CONTRIBUTING.md)
Expand Down
10 changes: 10 additions & 0 deletions scripts/README_STABLE_BUILD.md
Expand Up @@ -33,8 +33,18 @@ Adds syntax highlighting, formatting, jump-to-definition and linting for Prisma

## Preview

<details>
<summary>Syntax-Highlighting</summary>

![Preview Schema](https://i.imgur.com/W80iRwE.png)

</details>
<details>
<summary>Quick-Fixes</summary>

![Quick-Fixes](https://media.giphy.com/media/iGGCF9JWOHx7SAKQlu/giphy.gif)
</details>

## Contributing

Read more about [how to contribute to the Prisma VSCode extension](./CONTRIBUTING.md)
Expand Down