mstdmstd 0 Posted March 10 Share Posted March 10 Hello, I installed code visualstudio 1.54.1 and reading docs I can not find some features I need as : 1) Create custom pieces of code and insert them into my page by code autocomplete ? 2) Having some line of code as current by hotkeys to select more pieces of code into left and right sides? Thanks! Quote Link to post Share on other sites
requinix 982 Posted March 10 Share Posted March 10 55 minutes ago, mstdmstd said: 1) Create custom pieces of code and insert them into my page by code autocomplete ? They're called "snippets". 55 minutes ago, mstdmstd said: 2) Having some line of code as current by hotkeys to select more pieces of code into left and right sides? What? Quote Link to post Share on other sites
mstdmstd 0 Posted March 11 Author Share Posted March 11 1) Thanks! 2) I mean if cursor is located on string $adImageItemImgProps = AdImage::readAdImageProps($adImageItem->ad_id, $adImageItem->image, true); inside of readAdImageProps method name, but no chars selecte and clicking hot key all readAdImageProps method name is selected and clicking hot key AdImage::readAdImageProps is selected. and so on... Quote Link to post Share on other sites
requinix 982 Posted March 13 Share Posted March 13 Alt + Shift + arrow key? I can't tell what you're talking about. Try looking through the keybindings list for something relevant. 1 Quote Link to post Share on other sites
mstdmstd 0 Posted March 14 Author Share Posted March 14 14 hours ago, requinix said: Alt + Shift + arrow key? Yes, very similar what I need. Seems name of this function is editorTextFocus? Quote Link to post Share on other sites
mstdmstd 0 Posted March 15 Author Share Posted March 15 Has function editorTextFocus -some configurable options ? It looks like similar what I need, but not exactly... Quote Link to post Share on other sites
requinix 982 Posted March 15 Share Posted March 15 Probably not? Maybe there's an extension to do what you want? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.