-
Create WordPress as a project. I have several such projects, trunk, old versions … for the following, I just use a project named WP Latest Final.
You can use the standard installation with/wp-content/plugins. I put mywp-contentdirectory in a Dropbox and tell WP via wp-config.php where to search for it. -
Create a new PHP project for each of your plugins. Use Create project from existing source and point to the plugin directory in
/wp-content/plugins.
-
Click Next in the project wizard, and go to the Projects tab. Choose Add … WP Latest Final.

-
Select Access Rules and exclude
wp-admin/load-scripts.phpandwp-admin/load-styles.php. Hat tip to @hakre.
-
Add more projects as you need, other plugins, theme projects etc.
-
Click Finish. Done.
If you have installed Egit, you probably want to create a new Git project now to get independent from Eclipse’s history tracking.
Related Posts:
- WordPress as College Application System (Embark)
- Is It Always a Best Practice to Decouple the Frontend from the Admin Area When Developing a WordPress Application?
- Get Current Menu Location inside Nav_Walker
- How should I go about registering JavaScript that isn’t a file? [duplicate]
- Getting posts by taxonomy
- How can I start Plugin Development?
- Best Way to Inventory the Media Library of a 200+ Multisite Installation?
- How to make a plugin require another plugin?
- Why does WordPress use outdated jQuery v1.12.4?
- Is it possible to reuse wp.media.editor Modal for dialogs other than media
- How do i best handle custom plugin page actions?
- Automatically determine minimum WordPress version required for a plugin?
- How to override existing plugin action with new action
- Add custom TinyMCE 4 Button, Usable since WordPress 3.9-beta1
- How to store username and password to API in wordpress option DB?
- Which hook should be used to add an action containing a redirect?
- How to enqueue JavaScripts in a plugin
- In Which Contexts are Plugins Responsible for Data Validation/Sanitization?
- Should Plugin Folders Include a Blank index.php File?
- On the WordPress Admin section how do I link to submenu pages created for a plugin?
- How to return only certain fields using get_posts()
- Where to put third party PHP library?
- Add a new tab to WordPress Plugin install Listing
- Export data as CSV in back end with proper HTTP headers
- How to create and link to administration page for a plugin?
- What is the real intention for admin-post.php?
- Is it worth checking if class_exists when developing a plugin and how to do it?
- Plugin directory “Last Updated” not changed after initial commit?
- Scheduled events disappear from events queue
- How to integrate a PHP webmail script into the backend of WordPress?
- Calling the widget id of a mult-instance widget from inside the widget?
- Where is it better to start learning how to develop for WordPress?
- How to log plugin errors to plugin error_log file
- Custom Post Type Link from Plugin
- How to Get a List of Sub Blogs without Using get_blog_list()?
- Do I need to call do_action in my plugin?
- Implement phpunit testing on a plugin
- Fatal error: Call to undefined function wp_mail()
- Does WordPress have an Browser Agent?
- How Do I Load My Action Earlier Enough?
- How long does it take to update a plugin page from the readme.txt?
- the_content after all shortcodes are parsed
- Is there any way to test if a function running only on plugin update is successfully running?
- Using wp_cron with custom time interval and the register activation hook
- Conditional check to see if a bootstrap.css is included in a theme
- WooCommerce get Shipping Class of product from either the product id or the order after order is completed
- How do I resolve Notice: Undefined offset: 0 in /wp-includes/capabilities.php on line 1145
- A Post is saved twice or more during add_action(save_post)
- Category listing with thumbnail and description on home page
- Throw 403 in a plugin [duplicate]
- WordPress multisite apply different options over each site from same plugin
- Using ob_start() in plugin
- Dequeue script, but still use wp_localize_script to pass vars
- I can’t find where a hook is being defined in a plugin – Easy Digital Downloads
- How to get all images and their thumbnails from wp media library
- How can the tinyMCE dom be manipulated (offical API does not seem to work)?
- Filter on the_content ignores shortcodes
- Create Element From Dynamic HTML String [closed]
- Can I add pages to my custom menu via script?
- Replacing WordPress menu functionality with a plugin
- Deletion of shared options using uninstall.php
- Pass javascript result to shortcode executer function
- URLs of plugin resources?
- anything like add_meta_box for categories?
- How can I view all WP generated thumbnails in Media Manager?
- Only allow plugin to be activated on root site of multisite
- what is the best practice for including ‘wp-includes’ classes
- Programmatically Selecting Theme Based on URL
- Problems with removing admin bar
- Plugin Settings not Saving on Ajax re-ordered table
- Can we create a category list page in WordPress?
- How to include class from addon after to be sure one class exists in the main plugin?
- Developing a plug-in to charge for
- Custom Plugin Database relations
- Save user-specific options in WordPress admin
- Why is print_r returning $classObj->userObj in several places on site
- Is it possible to load plugin from console with core ?
- Plugin: Relative URL to images in another folder accessed inside a JS file
- WordPress: After Gutenberg plugin migration to block.json the localization/ translations with PolyGlot in JavaScript does not work anymore
- What is the Difference between directly call a function and call a function using add_action?
- What is better way to use Bootstrap inside admin panel?
- Load page template with custom content using a plugin
- How to put placeholder text in the main post input area?
- How can i get the title i specified in add_options_page for my header
- use __($str) to translate strings (symfony/twig)
- Plugin development: is adding empty index.php files necessary?
- Plugin base URL
- Timeout on Admin-Ajax?
- Is there a way to verified if an add_filter is already applied?
- Database for development
- Rearranging Dashboard meta boxes with use of plugin/functions.php
- Undefined function wp_set_password
- PHP library that can merge stylesheet with inline style [closed]
- Creating a path in a plugin to call a function
- Updating my plugin without releasing a new version
- Is there a way to list tags order by post_meta field
- Is it possible to check is loaded language files correctly with WordPress plugin?
- Comment `Reply` link doesn’t work if comments are loaded from ajax
- how to redirect to another post without getting headers already sent error?
- Customize multisite site creation with user data