No, files.trimTrailingWhitespace controls removing spaces at the end of the file but not in the middle of the file. Having written that code, I am pretty sure that files.trimTrailingWhitespace trims trailing whitespace on every line. Code for proof: https://github.com/Microsoft/vscode/blob/m...
I've noticed this only yesterday as I've moved back to Linux(Ubuntu 18.10) from MacOS and I've copied only few of my snippets and user settings. Btw, I've worked on this Linux machine for quite a while before spending some time on MacOS, and everything worked perfectly. I've tested...
Selecting the last two characters of each of those lines, copying, then deleting, then pressing home removes the multi-cursor selection and sets my cursor to the first “foo”: |foo foo foo If I re-select each line at the beginning and paste, the results are as I would origina...
Cursor是基于Vscode开发的人工智能辅助编程工具,几乎具备Vscode的全部功能,也就是AI增强的vscode。如果没听说过vscode的话,就当是个很强的写代码的编辑器就是了,明日黄花。 安装:去cursor官网下载,主页上有个巨大的Download,不会看漏。 配置:如果电脑上装有vscode,那么Cursor会尝试导入vscode的插件和配置,历史打开记录...
RESULT: Instead of going back through any of the locations chosen from Step 1, the cursor skips to previous locations prior to any usage of "Go to Symbol", or simply doesn't move at all if you had begun with a newly opened editor in the beginning. Those locations should have been adde...
peekBack":1,/* Lines after the current indent to be shown on hover */"indenticator.hover.peekForward":0,/* Remove lines from the hover at the beginning and end that have less characters than this */"indenticator.hover.trimLinesShorterThan":2,/* Block placeholder to be written between...
After the latest update of vscode-go, I found my cursor would move unexpectedly, the cursor might jump to end of line or bottom of file suddenly when I'm coding. I use vscode-go and vscode-vim together, and the problem appears more frequ...
If the cursor is at the start of the first line, go back in the history Pressing the down arrow: If the cursor is not on the last line, move the cursor down a line If the cursor is on the last line, but not at the end of the line, move the cursor to the end If the cursor...
edited VSCode Version:1.3.1 OS Version: OSX Example: void foo() { bar(); | <-- cursor should be here on click. |<-- Not here. } Clicking under 'bar()' should align cursor to the beginning of the word 'bar', not to the left of the document, regardless of whether there are ...