-
Notifications
You must be signed in to change notification settings - Fork 53
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
Allow for array modifications, add inPlace formatting option. #35
Conversation
Thanks. I want to bring the two together. If you are interested doing so that would be great. |
Sure, I'm happy to help unify the two but would like some feedback on how to proceed. In VSCode, the commit you mentioned supports adding an element to the array at a specific index. This PR, when given an already existing index, will replace that index's content. Perhaps a replacement policy option to support both use cases? |
Agree, we need something to distinguish the cases. Replace should be the default.
|
Just updated to include a |
Thank you guys. I happen to need this feature. I am wondering is there any update on this? |
Thanks @mbullington ! |
@aeschli I don't mean to be pushy, but I am wondering is there a timeline for a new release that has this change? Thank you |
Published [email protected] Note: I removed |
Hello!
inPlace
option for formatting options (disabled by default), which essentially is a shortcut pastwithFormatting
. This can be helpful for very large data files where performance is more important than file formatting.Thanks again for this great library!