Releases: NikitaMishin/vyper-plugin
Releases · NikitaMishin/vyper-plugin
v0.2.0-alpha.5
- Support for Vyper 0.4.0 (#15)
- Get rid of Vyper compile/stub menus and output window
- Fix multiple parsing issues
- Better syntax highlighting for the
self
keyword
v0.2.0-alpha.4
- Fix auto-complete issues and
immutable
support (#31)
- Fix find usages issues (#28) for
immutable
, interface
and struct
v0.2.0-alpha.3
- Add automatic compilation errors (#36)
- Add support for
vyi
files (#17), including specific errors to vyi
files
- Remove MythX and SmartCheck as they are deprecated (#26)
- Remove run action and update compile action (#27)
- Remove deprecated decorators from syntax (i.e.
@public
, @private
).
- New file icons
v0.2.0-alpha.2
Changed
- Add support for PyCharm (#22)
- Update platform to version
2024.1.4
v0.2.0-alpha.1
Added
- Created plugin based on
com.vyperplugin
- Updated dependencies (#13)
- Add support for Vyper 0.3.0 (#19)
- Renamed the plugin to
org.vyperlang.plugin
(#21)