English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Tutorial on Installing JS Code Suggestions in MyEclipse (Spket Plugin)

Recently, a large amount of JS needs to be used for development, but MyEclipse2014The built-in JS editor does not have the feature of code hints, which slightly reduces the development efficiency, so a Spket plugin was installed, the process is very simple, the installation of the SVN plugin is even simpler.

Spket plugin

Spket is a powerful development tool designed for JavaScript and XML development, this powerful editor is perfect for JavaScript, XUL/XBLand Yahoo! Widget development has comprehensive support, such as code completion, syntax highlighting, and content summary, helping developers be effective and create high-efficiency JavaScript code.

Installation of Spket plugin:

First download the plugin: https://www.oldtoolbag.com/softs/456448.html

Unzip the file, then copy all the unzipped files to the dropins package under the MyEclipse installation directory, and restart MyEclipse. (For SVN installation, just unzip the file and place it in the dropins directory, no configuration is required)

Next, some configurations need to be done in MyEclipse, click Windows--Preferences--Speket--New, create a new file named JQuery


Then click Add Library --Select the type as jQuery


Then click Add File to add the local jquery file, and test the highest available version of jquery-1.8.3After completion, click Default to set it as the default.


Finally, in Window--In General--In Editors--Find it in File Associatior *Select Spket JavaScript Editor as the default editor. Right-click on the project name, click Reload JavaScript Profile, and then open the JS file to see the code hints.

That's all for this article. Hope it will be helpful to your learning and also hope everyone will support the Yelling Tutorial more.

Statement: The content of this article is from the Internet, the copyright belongs to the original author. The content is contributed and uploaded by Internet users spontaneously. This website does not own the copyright, has not been manually edited, and does not assume any relevant legal liability. If you find any content suspected of copyright infringement, please send an email to notice#w3Please send an email to codebox.com (replace # with @ when sending an email) to report any violations, and provide relevant evidence. Once verified, this site will immediately delete the suspected infringing content.

You May Also Like