Eclipse基础知识
基本设置
Eclipse工程编码设置
设置单一文件字体
设置文件的默认打开字体
中文字体选择UTF-8
Eclipse工程字体设置
代码
高亮
- Mark occurrences of the selected element in the current file.
- Annotations,set color
Error Unknown Faceted Project Problem
Type Java compiler level does not match the version of the installed Java project facet. cloud-uc-portal Unknown Faceted Project Problem (Java Version Mismatch)
解决办法:参见,Then
Plugin
markdown
Markdown Editor https://nodeclipse.github.io/updates/markdown/
启动时重新指定工作目录
打开eclipse\configuration.settings\org.eclipse.ui.ide.prefs文件,编辑SHOW_WORKSPACE_SELECTION_DIALOG
SHOW_WORKSPACE_SELECTION_DIALOG=true
通过 RECENT_WORKSPACES 可以设置多个workspace
Eclipse 启动时使用指定的JDK(vm)
通过在eclipse.ini中配置-vm,-vm要写在-vmargs参数之前,因为在执行-vmargs时候已经采用了默认的JVM。-vm参数下的路径需要绝对路径,不能用JAVA_HOME相对路径
openFile
--launcher.appendVmargs
-vm
C:\D\coding\devbase\JDK\jdk-18.0.2.1\bin\javaw.exe