Multi Cursor on Click is not working after install some plugin

Viewed 13

I install some plugin few days ago and uninstall but now few days later i recognize base feature "Multi Cursor on Click" is not working anymore. tried this steps but still same issue. Any ideas how to fix it ?

  1. reinstall hyperclick

  2. check my config file and is look fine to me

            "*":
       "atom-autocomplete-php":
         binComposer: "C:\\ProgramData\\ComposerSetup\\bin"
       "atom-beautify":
         executables:
           php:
             path: "C:/xampp/php/php.exe"
         php:
           default_beautifier: "PHPCBF"
       autosave:
         enabled: true
       core:
         disabledPackages: [
           "atom-bootstrap3"
           "wrap-guide"
           "autosave"
         ]
         editor:
         multiCursorOnClick: true
         telemetryConsent: "no"
         uriHandlerRegistration: "always"
       editor:
         fontSize: 17
         showIndentGuide: true
       "exception-reporting":
         userId: "ff4becfc-fbd9-4b38-86c1-d38521979cba"
       "git-control": {}
       "git-diff":
         showIconsInEditorGutter: true
       hyperclick: {}
       "ide-php":
         phpPath: "C:/xampp7/php/php.exe"
       minimap: {}
       "php-debug":
         showWelcome: false
       "platformio-ide-terminal":
         core:
           mapTerminalsToAutoOpen: true
       "project-viewer":
         autoHide: true
         autoHideAbsolute: true
         customWidth: 218
         disclaimer:
           v140: false
         panelPosition: "Left (first)"
       "remote-ftp":
         notifications:
           enableTransfer: true
           enableWatchFileChange: true
       "scroll-through-time":
         direction: "right"
       welcome:
         showOnStartup: false
       whitespace: {}
     ".blade.html.php.text":
       editor:
         commentEnd: " --}}"
         commentStart: "{{-- "
     ".html.php.text":
       editor:
         showInvisibles: false
         softWrap: false
    
0 Answers
Related