10 Star 12 Fork 5

waylau / everything-in-eclipse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Everything in Eclipse

Everything is in Eclipse. As a Java Devloper, I consider Eclipse as my first IDE. Eclipse is more powerful than you can think. So I collect the commonly used Eclipse plugins here for you.

Contact 联系作者:


Eclipse

Eclipse SDK

Eclipse SDK will be a good start. The latest version of Eclipse : https://www.eclipse.org/downloads/

Version control system(版本管理)

EGit

EGit is an Eclipse Team provider for the Git version control system. Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile.

The EGit project is implementing Eclipse tooling on top of the JGit Java implementation of Git.

Git 在 Eclipse 的官方插件,是基于 JGit 的实现。

Build tool(构建工具)

Eclipse Buildship: Eclipse Plug-ins for Gradle

M2Eclipse provides tight integration for Apache Maven into the Eclipse IDE.

Gradle 在 Eclipse 的官方插件。

M2Eclipse

Eclipse Buildship is a collection of Eclipse plug-ins that provide support for building software using Gradle.

Buildship aims to provide a deep integration of Gradle into Eclipse. Buildship also aims to make the Eclipse IDE more powerful by allowing the user to do more from within the IDE.

Maven 在 Eclipse 的官方插件。

Editer(编辑器)

Eclipse Web Developer Tools

Includes the HTML, CSS, and JSON Editors, and JavaScript Developer Tools from the Eclipse Web Tools Platform project, aimed at supporting client-side web development and node.js applications. Also installs the XML, XML Schema, and DTD Editors from the Eclipse Web Tools Platform project.

If you need to edit HTML, CSS, and JavaScript files, whether you're developing web applications or not, whatever the back-end, this one's for you.

Eclipse 官方出品的 Web 开发工具,支持 HTML、CSS、JSON、JavaScript、XML、XML Schema以及DTD 等的编辑与开发。

Thymeleaf Eclipse Plugin

The Thymeleaf plugin for Eclipse IDE adds content assist features that make working in Thymeleaf templates nicer and much more comfortable.

  • Code completion of Thymeleaf attribute processors.
  • Detailed explanations for each attribute.
  • Content assist inside expressions: expression utility objects.

Thymeleaf 出品的用于开发 Thymeleaf 页面时的工具。

Eclipse Markdown Editor

Adds Markdown text editing support to Eclipse.Edit .md and .txt files with syntax highlighting. Provides Outline and Preview HTML views.

Markdown 编辑器。

GitHub Flavored Markdown Viewer

An Eclipse plugin providing an accurate view of GitHub Flavored Markdown (.md) files

对 GitHub 友好 Markdown 编辑器。

Code quality(代码质量)

Checkstyle

Checkstyle is a Open Source development tool to help you ensure that your Java code adheres to a set of coding standards. Checkstyle does this by inspecting your Java source code and pointing out items that deviate from a defined set of coding rules.

PMD

PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, Apache Velocity, XML, XSL.

PMD 是一个源代码分析器。 它发现常见的编程缺陷,如未使用的变量、空 catch 块、不必要的对象创建等等。 它支持Java、JavaScript、Salesforce.com Apex、PLSQL、Apache Velocity、XML、XSL 等。

Design(设计)

PlantUML

Generate UML diagram from textual description.PlantUML is a component that allows to quickly write UML.

PlantUML 是一个开源项目,通过简单并带指引性语言定义来定义各种 UML 视图。

MIT License Copyright (c) 2017 Way Lau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Everything is in Eclipse. As a Java Devloper, I consider Eclipse as my first IDE. Eclipse is more powerful than you think. So I collected the commonly used Eclipse plugins here. 展开 收起
Eclipse插件
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Eclipse插件
1
https://gitee.com/waylau/everything-in-eclipse.git
git@gitee.com:waylau/everything-in-eclipse.git
waylau
everything-in-eclipse
everything-in-eclipse
master

搜索帮助