Jetbrains 最新破解方法,支持2021.3,2021-12-23更新
Jetbrains 最新破解方法,支持2021.3,2021-12-23更新
Java开发的IDEA常用配置,此教程对应的IDEA版本为 v 2019.2.1 Ultimate Edition。
Window→Preferences→Java→Editor→Content Assist→Auto Activation→Auto activation triggers for java:
将 . 改成以下字符串
.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ(,['"/<
Window→Preferences→Java→Editor→Content Assist→Advanced
勾选Java Proposals
取消勾选Java Proposals(Code Recommenders)
Window→Preferences→Web→Editor→Content Assist→Auto Activation→Prompt when these characters are inserted:
将 . 改成以下字符串
.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ(,['"/<=
Window→Preferences→JavaScript→Editor→Content Assist→Auto Activation→Auto activation triggers for JavaScript:
将 . 改成以下字符串
.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ(,['"/<=
Window→Preferences→Workspace→Text file encoding→Other:
改成UTF-8
Window→Preferences→Web→JSP File→Creating files→The following encoding will apply:→Encoding:
改成UTF-8
Window→Preferences→General→Content Types→Content types:→Text→Java Properties File→Default encoding:
改成UTF-8
Window→Preferences→JSON→JSON Files→Creating files→The following encoding will apply:→Encoding:
改成UTF-8
Window→Preferences→General→Appearance→Colors and Fonts→Basic→Text Font→Edit:
Window→Preferences→General→Editors→Text Editors→Appearance color options:→Background color→Color:
Window→Preferences→Java→Editor→Appearance color options:→Matching brackets highlight→Color:
Window→Preferences→Java→Editor→Bracket highlighting→Matching bracket and caret location
Window→Preferences→Java→Editor→Save Actions→Perform the selected actions on save→Additional actions→Configure…
Code Oraganizing→Formatter:
Remove trailing whitespace→All lines;
Correct indentation
Unnecessary Code→Unused code→Remove unused imports
Window→Preferences→Java→Editor→Templates
Window→Preferences→XML→XML Catalog→Add…→Catalog Entry
Location:→File System…
选择对应的限定文件(dtd/xsd)
Key type:
若为dtd文件:选择URI;
若为xsd文件:选择Schema location
Key:
粘贴xml中的限定文件路径
Window→Preferences→Perspective→Customize Perspective…→Shortcuts→Submenus:→New
Window→Preferences→Tomcat
Tomcat version:
选择相应Tomcat版本
Tomcat home:
选择相应Tomcat文件目录
Window→Preferences→Server→Runtime Environments→Add…→Apache
1.将插件置于单独文件夹内(tomcat):
E:\SoftStore\Java\eclipseplugin\tomcat\eclipse\plugins\net.sf.eclipse.tomcat_9.0.1.jar
2.在eclipse\dropins文件夹内新建link文件:
tomcat.link
3.写入插件目录路径:
path=E:/SoftStore/Java/eclipseplugin/tomcat