Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Smart selection doesn't work #1100

Closed
mainrs opened this issue Oct 24, 2018 · 1 comment
Closed

Smart selection doesn't work #1100

mainrs opened this issue Oct 24, 2018 · 1 comment

Comments

@mainrs
Copy link

mainrs commented Oct 24, 2018

Hey!

I just noticed that smart block selection doesn't work. It basically should select blocks based on context. I'm not sure what the exact shortcut is, I think it's Ctrl + Shift + Down. Example: Let's say I selected a passed argument of a function call. Pressing Ctrl+Shift+Up` should select the whole function call (including all args and names). It's an easy way to mark scopes of code quickly.

It does work in other languages (for example JS).

@Xanewok
Copy link
Member

Xanewok commented Mar 3, 2019

This is not supported at LSP level but only on editor level now - microsoft/language-server-protocol#613.
As such, I'll close the issue - feel free to reopen if the relevant addition to the protocol is approved and merge!

@Xanewok Xanewok closed this as completed Mar 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants