Found instructions for this topic:

  1. Download source code from
    https://code.google.com/archive/a/eclipselabs.org/p/jsdt-jquery/source/default/source or https://github.com/Nodeclipse/jsdt-jquery
  2. Unzip maven build the source code
  3. In eclipse Help-> Install New Software-> Add ...-> Archive ...-> / location_to_source_directory / org.eclipselabs.jsdt.updatesite / target / org.eclipselabs.jsdt.updatesite-1.9.0-SNAPSHOT-site .zip
  4. Give name -> Ok

Items 1,3,4 are clear. But point 2 is incomprehensible to me as a non-Java programmer. What version of Eclipse to use, how to compile for a specific version, etc. unclear. Please help.

    1 answer 1

    Under your second link at the bottom left there is an "Install" button. Did not try to press it? I wonder why the programmer did not need a plugin for Eclipse ...

    • I am not a Java programmer, but I am PHP, .NET, JS, LUA, VBA, Perl programmer) - Dmitry Gvozd
    • if you look more attentively, you will find that these are echoes of the past 5 years .... this link leads to documentation on how to install the marketplace installer, but there is no such component on the market! If he was there, I would have already installed it for a long time ... And the link next to the install button is not working. - Dmitry Gvozd
    • Sorry, did not look more attentively. In this case, I am afraid that without a Java programmer you cannot cope. In short, you need to install and configure JDK and maven. It is advisable to get acquainted with the instruction Building a Project with Maven . Build a plugin with maven. This should be easy, because You already have the pom.xml file you need to build the project. All that's left to do is install the resulting plugin into your Eclipse. - Igor Kudryashov