我刚刚下载了eclipse 2019-03 (4.11.0),需要安装google-java-format插件,按照说明我需要把google-java-format的Eclipse插件放到eclipse dropins文件夹中,我看了看周围没有这样的文件夹,由google左右我决定手动创建这个文件夹,现在的文件夹目录是这样的
/Users/ddd/eclipse/java-2019-03
/Eclipse.app
/dropins
google-java-format-eclipse-plugin_1.6.0.jar然后我重启eclipse并尝试将java代码格式化程序配置为使用google java格式:

这个插件似乎没有被eclipse拾取,我是不是把dropins文件夹放错了地方?
发布于 2019-04-16 01:04:54
在macOS上,它位于Eclipse.app中的“Contents/Eclipse”文件夹中,旁边是features和plugins文件夹。在Finder中,你必须在Eclipse应用程序上使用“Show Package Contents”来查看应用程序内部的文件夹结构。

https://stackoverflow.com/questions/55693896
复制相似问题