I haven't done Python but this is the usual shortcut and I expect it to be the same. This is also common in code editors (it's the default comment shortcut in VS Code). Posting to the forum is only allowed for members with active accounts. Please sign in ...
Type: Bug VS Code Version: October 2023 (version 1.84). Feature: Maximize Editor Groups. Problem: Shortcut key assigned by default for this feature is (Ctrl + K) (Ctrl + M). But this shortcut key is colliding with Windows Shortcut Maximi...
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...
HierarchyNodeListForXMLSerializer IPreloadable IScriptingOptions ISessionController ISqlToolsHierarchy ISqlToolsHierNode ISqlToolsHierNodeContainer ISqlToolsHierNodeContainerCustomize ISqlToolsHierNodeCustomize ISqlToolsHierRoot ISqlToolsWindowWithConnectionState IStatusBarContributer ITrac...
Common Shortcuts in IntelliJ IDEA, IntelliJ keyboard shortcut for a particular run configuration, Change keyboard shortcut for Basic Code Completion in IntelliJ IDEA on Mac
Type: Bug Suddenly, delete line keyboard shortcut stopped working. (Cmd + shift + K) When I press the shortcut, it does nothing as of now. I have launched vscode disabling all the extensions with code --disable-extensions and still no lu...
Type: Bug Terminal text cannot be copied using ctrl-shift-c as a shortcut. ctrl-c does work. It looks like the actual command workbench.action.terminal.copyAndClearSelection is not invoked for some reason. Output log for ctrl-shift-c: 20...
The same happens without selecting any text frankli0324 commentedon Sep 6, 2023 frankli0324 frankli0324 commentedon Sep 7, 2023 frankli0324 Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment
# installation for ESP-IDF versions older than IDF v4.1. # It does the same thing as "export.ps1" in IDF v4.1. Param ( [String]$IdfGitDir, [String]$IdfPythonDir ) $IDF_PATH = "." $isEspIdfRoot = (Test-Path "$IDF_PATH/tools/idf.py") if (-not $isEspIdfRoot) { Write-Out...