antfu / vscode-smart-clicks

Smart selection with double clicks for VS Code.
https://marketplace.visualstudio.com/items?itemName=antfu.smart-clicks
MIT License
644 stars 13 forks source link

[Feature suggestion]: dot delimited strings (nested objects) #9

Open madsh93 opened 2 years ago

madsh93 commented 2 years ago

Hi Anthony. Thanks for an awesome extension.

I often need to replace an object e.g. and it would be really nice if I could double click the . and then route.query would be selected.

      query: {
        ...route.query,
        downpayment: newValue
      }
suenyiyang commented 2 years ago

Great idea. Maybe the float number needs this smart click.

3.1415926
shravan20 commented 2 years ago

Can I pick this issue up?