Jump to content

[eclipse] Add to environment (added to the script environment path) option for library


Recommended Posts

  • rick645 changed the title to [eclipse] Add to environment (added to the script environment path) option for library

The eclipse PHP environment (PDT) is built upon the eclipse "Dynamic Languages Toolkit"(DLTK).   What the DLTK does is build the internal structure that PDT depends upon to map and index the project files. 

It utilizes the project source tree, so in general, there is no need to go farther than that, and as php has evolved with the advent of composer, there isn't much need to specify the location of libraries that exist outside of the source tree.  In the olden days of PHP when people used PEAR libraries, you would have pear libraries that were put in a shared location, but PEAR is entirely deprecated now that we have composer for component library management.

I don't use Eclipse PDT much these days, other than for a specific maintenance project, as I find that PHPStorm or VSCode with the inteliphense plugin are both much better IDE's for PHP development at this point in time.  

Link to comment
Share on other sites

On 7/21/2023 at 7:07 PM, gizmola said:

The eclipse PHP environment (PDT) is built upon the eclipse "Dynamic Languages Toolkit"(DLTK).   What the DLTK does is build the internal structure that PDT depends upon to map and index the project files. 

It utilizes the project source tree, so in general, there is no need to go farther than that, and as php has evolved with the advent of composer, there isn't much need to specify the location of libraries that exist outside of the source tree.  In the olden days of PHP when people used PEAR libraries, you would have pear libraries that were put in a shared location, but PEAR is entirely deprecated now that we have composer for component library management.

I don't use Eclipse PDT much these days, other than for a specific maintenance project, as I find that PHPStorm or VSCode with the inteliphense plugin are both much better IDE's for PHP development at this point in time.  

I have expired the trial, and I should buy it. Have you purchased it (do you use landscape deceased)?

Link to comment
Share on other sites

 

On 7/24/2023 at 11:20 AM, rick645 said:

I have expired the trial, and I should buy it. Have you purchased it (do you use landscape deceased)?

I wanted to say paid.

9 hours ago, gizmola said:

I just use eclipse with PDT.  I'm not sure what you are using.  For PHP development I really would endorse the other options I mentioned.

I understood that both used.

On 7/21/2023 at 7:07 PM, gizmola said:

I don't use Eclipse PDT much these days, other than for a specific maintenance project, as I find that PHPStorm or VSCode with the inteliphense plugin are both much better IDE's for PHP development at this point in time.  

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.