When we press ctrl+shift+a, it expand the selection with the “smart” option
{ "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "smart"} },
If we do that inside a normal string, it select the content, then the content and the quotes
But if we do that inside of a docstring, with triple quote, it will select one quote of each side
Expected: select only the content, then if we press again select the 3 quotes on each side