vscode-sublime-keybindings icon indicating copy to clipboard operation
vscode-sublime-keybindings copied to clipboard

Sublime Text Keymap extension for VS Code

Results 59 vscode-sublime-keybindings issues
Sort by recently updated
recently updated
newest added

Failed to parse setting: 'default_encoding: utf-8'. Please check if it contains syntax errors

The `mappings.json` specifies that the [file https://github.com/microsoft/vscode-sublime-keybindings/blob/master/settings/mappings.json#L76] `autoFindInSelection` value should be a `boolean`. However, in VSCode itself, the following error appears: ``` Controls whether the find operation is carried out...

Hi! `ctrl+shift+d` should triggers `editor.action.copyLinesDownAction` only if there's no selection, as mentioned on #10 . Otherwise, it should duplicate the selection content.

In sublime you can select all whitespace to the left and the right of the cursor as long as the cursor doesn't border a character. Here it is working in...

It's more ideal to select between delimiters than full words when working with naming conventions like BEM/SMACSS. Sublime does this perfectly and also the feature works inside JS strings but...

Before: ![image](https://user-images.githubusercontent.com/20162921/35790186-f81867e6-0a66-11e8-81b9-63e90a832c22.png) I have tried moving line 1 to if block, using ctrl + shit + downArrow After: ![image](https://user-images.githubusercontent.com/20162921/35790199-02c879c4-0a67-11e8-9882-8ea6b7dc644a.png) Trailing spaces were not present initially at line 3. After this...

- VSCode Version: Code 1.19.1 (0759f77bb8d86658bc935a10a64f6182c5a1eeba, 2017-12-19T09:46:23.884Z) - OS Version: Windows_NT x64 10.0.16299 - Extensions: Extension|Author (truncated)|Version ---|---|--- EditorConfig|Edi|0.11.1 tslint|eg2|1.0.24 vscode-angular2-emmet|jak|2.0.3 Angular2|joh|2.11.2 vscode-todo|Mat|0.8.0 csharp|ms-|1.13.1 sublime-keybindings|ms-|3.0.3 Reproduces without extensions: No, problem...

## Problem I got the following error when updated this extension, before it works. ``` Workspace contains pipfile but attempt to run 'pipenv --venv' failed with Traceback (most recent call...

>This issue has been moved from [Microsoft/vscode-sublime-importer/](https://github.com/Microsoft/vscode-sublime-importer/issues/4) Original author is @auchenberg ---

>This issue has been moved from [Microsoft/vscode-sublime-importer/](https://github.com/Microsoft/vscode-sublime-importer/issues/1) Original author is @auchenberg --- When opening af folder with a sublime project we should prompt and suggest to convert it into a...