Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>lodash-get-path-convertNew to Visual Studio Code? Get it now.
lodash-get-path-convert

lodash-get-path-convert

fender

|
371 installs
| (0) | Free
This extension converts any Lodash get() calls that have string paths to arrays.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode extension that converts any Lodash get() calls that have string paths to arrays.

Features

get(foo, 'bar.baz');

This looks for a key of foo["bar.baz"] first and then splits into parts of foo.bar.baz.

If you do not care about the former, it's more efficient to pass an array as the second parameter to get().

animation

Simply select the "Convert Lodash get()..." from the command pallete after selecting code.

Known Issues

  • JSX strings are not supported.

Release Notes

0.0.5

Initial release of the extension.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft