Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • Thorin SchmidtT

      Confusing/Frustrating folding behavior

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      6
      0 Votes
      6 Posts
      220 Views
      mpheathM
      @Thorin-Schmidt Yet another option is the builtin macro system. <Macro name="PythonTripleDoubleQuote" Ctrl="yes" Alt="no" Shift="yes" Key="222"> <Action type="1" message="2170" wParam="0" lParam="0" sParam="&quot;&quot;&quot;&quot;&quot;&quot;" /> </Macro> <Macro name="PythonTripleSingleQuote" Ctrl="yes" Alt="no" Shift="no" Key="222"> <Action type="1" message="2170" wParam="0" lParam="0" sParam="''''''" /> </Macro> You can record your own macro’s or insert these macro’s into shortcuts.xml that I tested in v8.9.4. Press Ctrl+" to insert '''''' Press Ctrl+Shift+" to insert """""" This requires awareness to use the combination keys instead of the manual typing of the triple quotes.
    • AGoh2019A

      Print Quality TERRIBLE & Non very useful

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      79 Views
      EkopalypseE
      @AGoh2019 There are also two LSP plugins, here and here that offer semantic autocomplete, diagnostics, and more. My lspclient and the aforementioned dap plugin are still marked as alpha versions. While this is probably more accurate for the dap plugin, the lsp plugin is actually relatively stable. The only thing that’s personally holding me back from upgrading this to a beta or even a 1.0 release is my code… which is… in need of improvement. The only thing the dap plugin is really missing is the ability to handle structured variables like classes or structures. Currently, it only displays the variable itself, but not its fields. Otherwise, this plugin is more or less ready for use. If the language being used supports “repl” then it’s fully functional, though not yet very user-friendly.