{"id":13647156,"url":"https://github.com/halirutan/Wolfram-Language-IntelliJ-Plugin-Archive","last_synced_at":"2025-04-21T21:33:12.199Z","repository":{"id":8302894,"uuid":"9846299","full_name":"halirutan/Wolfram-Language-IntelliJ-Plugin-Archive","owner":"halirutan","description":"Wolfram Language and Mathematica plugin for IntelliJ IDEA.","archived":false,"fork":false,"pushed_at":"2023-03-16T04:09:12.000Z","size":36852,"stargazers_count":193,"open_issues_count":27,"forks_count":26,"subscribers_count":26,"default_branch":"develop","last_synced_at":"2024-11-07T08:12:21.973Z","etag":null,"topics":["intellij","intellij-platform","intellij-plugin","mathematica","wolfram-language"],"latest_commit_sha":null,"homepage":"https://wlplugin.halirutan.de/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halirutan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2013-05-03T22:57:20.000Z","updated_at":"2024-05-09T15:53:24.000Z","dependencies_parsed_at":"2022-08-07T02:01:06.685Z","dependency_job_id":"3115b3a4-6d51-4b46-8a20-4131179ba11e","html_url":"https://github.com/halirutan/Wolfram-Language-IntelliJ-Plugin-Archive","commit_stats":{"total_commits":526,"total_committers":10,"mean_commits":52.6,"dds":"0.48859315589353614","last_synced_commit":"d89cbe438a9886a2866fc87a011acad67dbae5ba"},"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halirutan%2FWolfram-Language-IntelliJ-Plugin-Archive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halirutan%2FWolfram-Language-IntelliJ-Plugin-Archive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halirutan%2FWolfram-Language-IntelliJ-Plugin-Archive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halirutan%2FWolfram-Language-IntelliJ-Plugin-Archive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halirutan","download_url":"https://codeload.github.com/halirutan/Wolfram-Language-IntelliJ-Plugin-Archive/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223880509,"owners_count":17219131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intellij","intellij-platform","intellij-plugin","mathematica","wolfram-language"],"created_at":"2024-08-02T01:03:22.095Z","updated_at":"2025-04-21T21:33:12.171Z","avatar_url":"https://github.com/halirutan.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"![Download Count](https://img.shields.io/jetbrains/plugin/d/7232-mathematica-support.svg)\n[![Join the chat at https://gitter.im/Mathematica-IntelliJ/Lobby](https://badges.gitter.im/Mathematica-IntelliJ/Lobby.svg)](https://gitter.im/Mathematica-IntelliJ/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Build Status](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin.svg?branch=develop)](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin)\n\n# Mathematica (Wolfram Language) support for IntelliJ IDEA\n\n![teaser](http://i.stack.imgur.com/N5KVt.gif)\n\nThis is an easy to install plug-in for almost all IntelliJ based IDEs like IDEA or PyCharm. It will turn the IDE you love into into a powerful development tool for Mathematica and Wolfram Language  code. Since the plug-in and the Community Edition of IDEA  is open-source, you can use everything completely free of charge.\nPeople, who just want to use the plug-in should take a look at the official website [wlplugin.halirutan.de](http://wlplugin.halirutan.de/).\n\nFor a very quick start just download and install the free [Community Edition of IDEA](https://www.jetbrains.com/idea/download/). After you have done that, open the *Settings* by pressing \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eAlt\u003c/kbd\u003e+\u003ckbd\u003eS\u003c/kbd\u003e (\u003ckbd\u003eCmd\u003c/kbd\u003e+\u003ckbd\u003e,\u003c/kbd\u003e on OS X) and navigate to *Plugins* in the right column. On the right side you find the button *Browse repositories* and there you use the search box to find the **Mathematica Support**. With a right-click you can install it and after the suggested restart of IDEA everything is set up.\n\n**If you like the plug-in**, please leave a comment and a rating at the [IntelliJ IDEA Plugins page](https://plugins.jetbrains.com/plugin/7232-wolfram-language).\n## ![Docs][doc-image]Documentation\n\nThere are two kinds of documentation: For **users** there is the [GitHub Wiki page](https://github.com/halirutan/Mathematica-IntelliJ-Plugin/wiki) that I will update regularely and a very detailed [blog post](http://wlplugin.halirutan.de/index.php/blog/7-how-to-use-idea-effectively-with-mathematica-code) on the official website. There, you will learn what features the plug-in provides and how you can use them.\n\nFor **developers**, the first action is to set up the build-environment to compile the code into an IDEA plug-in. There is a [very detailed how-to](http://wlplugin.halirutan.de/index.php/blog/5-plugin-development-how-to-start) on the official website that explains every step. Additionally, you will find a screen-cast there, where the procedure is shown step by step. The code itself contains java-documentation that is uploaded to [the repository's IO page](http://halirutan.github.io/Mathematica-IntelliJ-Plugin/).\n\nFinally, there I have posted information on [stack exchange](http://mathematica.stackexchange.com/questions) and the [Wolfram Community](http://community.wolfram.com/). Here is a list of probably interesting readings:\n\n- the [official post](http://mathematica.stackexchange.com/q/24556/187) on mathematica.stackexchange.com where I announced the plug-in\n- the [first announcement](http://community.wolfram.com/groups/-/m/t/139047?p_p_auth=Lp2pA68y) on the Wolfram Community and a very detailed [new version post](http://community.wolfram.com/groups/-/m/t/353812?p_p_auth=Lp2pA68y)\n\n\n## ![dev image][dev-image] Development  [![Build Status](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin.svg?branch=develop)](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin)\n\n### Code\n\nWhen you want to crawl through the code, you should know that the [master branch](https://github.com/halirutan/Mathematica-IntelliJ-Plugin/tree/master) only contains the latest stable release. The current development will (almost) always take place in feature or bugfix branches that derive from the [develop branch](https://github.com/halirutan/Mathematica-IntelliJ-Plugin). This kind of follows the [GitFlow branching model](http://nvie.com/posts/a-successful-git-branching-model/).\n\n### Testing and Continuous Integration\n\nTesting the plugin is not as simple as writing unit test since most features need the [environment of the IDE](https://confluence.jetbrains.com/display/IDEADEV/Testing+IntelliJ+IDEA+Plugins). Currently, I'm still working on including tests in a [separate branch](https://github.com/halirutan/Mathematica-IntelliJ-Plugin/tree/code_testing) that will soon be merged into the main develop line.\n\nOn each push the code is compiled and checked for errors by [Travis CI](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin).\nWhen a feature is finished or a bugfix ready, I will tag this commit and Travis CI will automatically create a [release from this](https://github.com/halirutan/Mathematica-IntelliJ-Plugin/releases) which can be installed and tested by everyone.\n\n### You want to help but don't know Java?\n\nNo problem. If you like to contribute something, then there are a lot more ways than just with code! Here is a small list:\n\n- We need people that *heavily test* the plug-in and [report bugs](http://halirutan.myjetbrains.com/youtrack/newissue). This can be as simple as just using the plug-in for your work, but when you come across weird behavior, you try to reproduce it and report it with a small example of what you expect.\n- Are you a design savant? Do you understand the beauty of carefully chosen colors and icons? Currently, I'm doing this by myself but neither do I have the time I would like to spend for this, nor do I have the experience. We need [icons and syntax highlighting](http://community.wolfram.com/c/portal/getImageAttachment?filename=structureView.png\u0026userId=44126) that fit perfectly into the Darcula and Default IDEA color schemes.\n- Are you a work-flow optimizer with a good feeling for how features should work to make them as intuitive as possible? Drop by and explain how we can make the plug-in even more awesome.\n\n\n## ![bug image][issues-image] Reporting issues\n\nFor issue- and bug-tracking [GitHub Issues](https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues) is used.\nIf you find bugs, experience weird behavior or have feature suggestions please [create a new issue](https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues/new). \n\nNote that the plug-in itself contains a bug-reporter. When an unhandled exception is thrown, you are notified by IDEA and\nyou can give as much details as possibles which are then automatically turned into a new issue in the bug-tracker.\n\n## ![contact image][contact-image] Credits, Contact and Licensing\n### Credits\nA lot of people helped to bring this project to life. Without them, it would probably have died a long time ago. Especially 4 people supported the plug-in from its very buggy first version. They were never tired of discussing feature details, testing new stuff, reporting bugs and suggesting future improvements:\n\n- [rsmenon:](https://github.com/rsmenon) Provided parts of the Module and Color Scheme implementations, testing. Improvements of the parsing for *Mathematica* version 10.\n\n- [Szabolcs Horvát:](https://github.com/szhorvat) Heavy testing. Convinced me to implement a *Structure View* provider and discussed every detail, especially how it should work.\n\n- [Leonid Shifrin:](https://github.com/lshifr) Most interesting discussions about implementation design and details.\n\n- [Rolf Mertig:](http://www.gluonvision.com/) Testing and discussions about important features that are available in Wolfram Workbench.\n\nIn addition to that, a special thanks goes to [Aliaksandr Dubrouski](https://github.com/dubrousky) and [Jakub Kuczmarski](https://github.com/jkuczm). The first on pointed me to Travis CI and explained how I can add support for it. The second one discussed details of the ``MUnit` `` support in Wolfram Workbench.\n\n### Contact\n\nThe easiest way to make contact is to write in the the [dedicated stackexchange chat](http://chat.stackexchange.com/rooms/8636/intellijidea-plugin-for-mathematica). There, you should ping me (@halirutan) so that I get notified. If you don't have enough reputation to talk there, feel free to write me an email. My address can be seen by evaluating this in *Mathematica*\n\n    Uncompress[\"1:eJxTTMoPChZhYGAoSCwpykzOdshIzMksKi1JzNNLSQUAgX0JmQ==\"]\n\nIf you have specific feature questions, please don't hesitate to [open a new issue](http://halirutan.myjetbrains.com/youtrack/newissue) in YouTrack.\n\n### Licensing\n\nThe general license for the IntelliJ IDEA Plugin is the [MIT License](https://github.com/halirutan/Mathematica-IntelliJ-Plugin/blob/develop/LICENSE). Users should note that *Wolfram Research Inc.* (WRI) has generously granted this project the right to use the internal documentation of *Mathematica* and make it available as part of the plugin. The only requirement was to put the legal information in a place where end-users find it. Therefore, please note that..\n\n\u003e This software includes information that is Copyright © 2013 Wolfram Research, Inc.\n\u003e Such information is used with permission and for the limited purpose of enabling\n\u003e code completion and hints in the Mathematica IntelliJIDEA Plugin.  Any other use\n\u003e requires written permission from the copyright holder.\n\n----\n\n\u003cdiv\u003eIcons made by \u003ca href=\"http://www.freepik.com\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"http://www.flaticon.com\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e         is licensed by \u003ca href=\"http://creativecommons.org/licenses/by/3.0/\" title=\"Creative Commons BY 3.0\"\u003eCC BY 3.0\u003c/a\u003e\u003c/div\u003e\n\n\n[doc-image]: http://i.stack.imgur.com/erf8e.png\n[dev-image]: http://i.stack.imgur.com/D9G2G.png\n[issues-image]: http://i.stack.imgur.com/K4fGd.png\n[contact-image]: http://i.stack.imgur.com/tCbmW.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalirutan%2FWolfram-Language-IntelliJ-Plugin-Archive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalirutan%2FWolfram-Language-IntelliJ-Plugin-Archive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalirutan%2FWolfram-Language-IntelliJ-Plugin-Archive/lists"}