Skip to content

orenaksakal/vscode-oat

Repository files navigation

vscode-oat

Auto transformation between unsafe attribute accesses to exception free nullable accesses. E.g. && chain.

Example

vscode-oat

Extension Settings

Only and chain (&&) available at the moment as it seems to be most optimal solution https://jsperf.com/nullableobjectpropertiesaccessor

Future options:

  • Ternary operator
  • Elvis like
  • try catch

Release Notes

Major and minor release change log

1.0.0

Initial release of vscode-oat

About

vscode extension for auto transforming object accesses to safer (nullable) object accesses e.g && chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published