# idea
idea() {
nohup your_path/bin/idea.sh "$(pwd)" > /dev/null 2>&1 &
}
[......]
换Ubuntu24.04后,idea打开项目直接闪退,必现,调jvm堆无效
闪退可以在命令行找到 提示错误:
[0509/193513.227389:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need[......]
声明下,用的是GNOME Default KeyMap
Ctrl + Alt + I 格式化代码
Ctrl + Alt + O 优化导入的类和包
Ctrl + Shift + N 查找文件
Shift + F6 重构-重命名
Alt + left/right 切换代码视图
Alt + Up/Down 在方法间快速移动定位
Ctrl + F4 关闭文件
Shift + Alt + 7 Find Usage
摘抄自:http://www.linuxidc[......]