Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 551 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 551 Bytes

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