ow-- / vscode-subword-navigation

Provides subword navigation for Visual Studio Code.
MIT License
51 stars 9 forks source link

Enable camel_case_cursor_sensitivity in a searchbox #12

Open jvlad opened 7 years ago

jvlad commented 7 years ago

Is there way to enable this extension's feature even in a search box?

Here: image

ow-- commented 7 years ago

I don't see any extension points for that in the docs, no. But I've been foiled by them before. I'd assume it's pretty regular textbox but I could have a little look through the source.

Don't hold your breath though.

OliverJAsh commented 7 years ago

I would also be interested to know if it could be enabled in this search box, that appears when renaming an identifier in TS:

image

ow-- commented 7 years ago

Man I'd be all over this if I found it to be possible. Still doesn't seem to be though. The docs are quite awful but even the latest typings doesn't give anything away. Maybe we should make an enquiry over at the vscode repo.