cdgriffith / Box

Python dictionaries with advanced dot notation access
https://github.com/cdgriffith/Box/wiki
MIT License
2.64k stars 107 forks source link

IDE Auto Completion for keys #252

Open samimia-swks opened 1 year ago

samimia-swks commented 1 year ago

VSCode has autocompletion of key names for regular dictionaries (only 1 level down unfortunately). I am not quite sure how that works, but could it somehow be extended to dot notations?