-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
Adding Editors section under Resources #3672
base: master
Are you sure you want to change the base?
Conversation
- vyper-lsp - Remix
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3672 +/- ##
==========================================
- Coverage 91.12% 89.61% -1.51%
==========================================
Files 106 80 -26
Lines 15308 11343 -3965
Branches 3365 2553 -812
==========================================
- Hits 13949 10165 -3784
+ Misses 925 791 -134
+ Partials 434 387 -47 ☔ View full report in Codecov by Sentry. |
@@ -15,6 +15,12 @@ General | |||
- `Vyper greatest hits smart contract examples <https://github.com/pynchmeister/vyper-greatest-hits/tree/main/contracts>`_ | |||
- `A curated list of Vyper resources, libraries, tools, and more <https://github.com/stars/pcaversaccio/lists/vyper>`_ | |||
|
|||
Editors | |||
------- | |||
|
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.
maybe add the VScode plugin as well as the Vim plugins and such
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.
vyper-lsp is both VS Code and Vim, or is there some other plugin as well?
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.
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.
yes to vim-vyper
for vscode vyper, tintinweb's version is slowly becoming unmaintained(?) but we could put in https://github.com/z80dev/vscode-vyper-lsp-extension
What I did
Add Editors section
Add hints how to tune up your code editor for Vyper
How I did it
Edit documentation
How to verify it
Check that Sphinx build deploys
Commit message
Description for the changelog
Cute Animal Picture