Type: Bug I found that I can't use "ctrl"+ "/" to comment out code. So I changed the settings in the shortcut settings. The preview window for setting the key combination cannot display ctrl and / at the same time, but can display them i...
Would also love for ctrl + / to insert HTML comments by default not ERB comment tags. The ERB comment tags don't work when trying to comment out any block of code containing embedded rub, making them not very helpful. Is anyone aware of an extension or way to change this behavior in ...
IVsPropertyStreamIn IVsPropertyStreamOut IVsProvideComponentEnumeration IVsProvideTargetedToolboxItems IVsProvideUserContext IVsProvideUserContext2 IVsProvideUserContextForObject IVsProvisionalItem IVsPublishableProjectCfg IVsPublishableProjectStatusCallback IVsQueryDebuggableProjectCfg IVsQuery...
Learn how to run unit tests in Visual Studio Code with ease. Follow my guide on setting up a Gulp task and flagging it as a test task using a keyboard shortcut. In my last post I showed how I set up Visual Studio Code to support debugging a Yeoman generator to easily stub out a ...
IVsCodeDefViewContext IVsCodeShareHandler IVsCombinedBrowseComponentSet IVsCommandArgInfo IVsCommandWindow IVsCommandWindow2 IVsCommandWindowsCollection IVsCommentTaskInfo IVsCommentTaskToken IVsCommonMessagePump IVsCommonMessagePumpClientEvents IVsCommonMessagePumpFactory IVsComponent...
Gets a unique category shortcut that can be used in filtering the results from multiple providers. For example, searching for "@cmd" only returns search results from the provider with category shortcut "cmd".
#Hi there, I'm using vscode to write python code. I want to fold comments in editor, but it seems that vscode does not support folding comments of python, neither single line comments(using Ctrl+/) nor block comments(using ALT+SHIT+A). I searched on the Internet and find this: #1...
The expected behavior is that it selects the current cell or cell output and nothing, or, hitting escape and to take the focus out of any cell or output would allow for selecting the entire notebook including cells and cell output. A bonus would be a "select all cells" or "select all...
VSCode calls this "select all occurrences of find match", and the gist is that I'd like to be able to select a piece of text (usually a word, a function name, a variable name, etc.) hit the keyboard combo (e.g., Cmd-Ctrl-g) and have all ...
To add buttons see "Adding new buttons" section ofHelp.mdfile in repo. Go through therepo, it's fairly simple to understand code and add a button. Send me a PR!How can I disable/Enable a button? By going to vscode settings (CTRL+,orCMD+,) and search for "shortcut menu bar". ...