zoukankan      html  css  js  c++  java
  • JetBrains系列产品使用记录

    1、PyCharm中from  import提示找不到定义,提示错误,但其实是没有错误的

      右键项目的根路径,Mark Directory As Source Root

    2、自动换行

      在Editor->General->soft wraps中,选中Use soft wraps in editor

    3、快捷键收集

      折叠全部:ctrl+shift+-

      展开全部:ctrl+shift++

      折叠当前:ctrl+-

      展开当前:ctrl++

    4、智能提示不区分大小写

      Editor->General->Code Completion Case senditive 设置为 none

    5、选中高亮颜色更改

      vs的highlight高亮颜色:#ADFF2F

      

    6、字体设置

      

     7、默认代码全部展开

      Editor--Code Folding--One-line methods  取消选中

    8、眼睛保护色

      Editor->General->Text->Default text->background->C7EDCC

    9、关闭悬浮文档提示

      Editor->General->other->show quick documentation on mouse move 取消选中

      关闭后,对应的快捷键Ctrl+Q

  • 相关阅读:
    Windows 7 SP1无人值守自动应答文件制作
    Ubuntu GNOME单击任务栏图标最小化设置
    NOIP2017题解
    NOIP2017游记
    大模拟1.0
    奇袭
    礼物
    找硬币
    Fiolki
    SQLserver Delete from where 与Oracle delete from where 的差异
  • 原文地址:https://www.cnblogs.com/zhaoyihao/p/7551745.html
Copyright © 2011-2022 走看看