最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

eclipse - What is the difference between Extensions and plugins in IDEs - Stack Overflow

programmeradmin5浏览0评论

The terms Extensions and plugins are often used interchangeably and what i get that both adds additional functionality but i don't understand the main difference between them

I went through lot of articles but didn't get the difference

The terms Extensions and plugins are often used interchangeably and what i get that both adds additional functionality but i don't understand the main difference between them

I went through lot of articles but didn't get the difference

Share asked 19 hours ago gcsgcs 1 New contributor gcs is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. 1
  • It's a marketing thing, there's no general technical distinction. – Friedrich Commented 19 hours ago
Add a comment  | 

1 Answer 1

Reset to default 3

The general meaning is the same: in the Eclipse world, the term plugins is more common, whereas in the Visual Studio Code world, the term extensions is more common.

Technically, in Eclipse, plugins can be the generic term for plugins and fragments (which are bundles in the OSGi world), and an Eclipse plugin can provide and/or use multiple extensions via so-called extension points (see e.g. the extension points of the Eclipse platform).

See also:

  • Eclipse Marketplace (operated by the Eclipse Foundation)
  • Visual Studio Marketplace (operated by Microsoft)
  • Open VSX Registry - Extensions for VS Code Compatible Editors (operated by the Eclipse Foundation)
发布评论

评论列表(0)

  1. 暂无评论