Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reedy/phpstorm-plugin-mediawiki
MediaWiki IntelliJ plugin for JetBrains PhpStorm
https://github.com/reedy/phpstorm-plugin-mediawiki
hacktoberfest mediawiki
Last synced: 30 days ago
JSON representation
MediaWiki IntelliJ plugin for JetBrains PhpStorm
- Host: GitHub
- URL: https://github.com/reedy/phpstorm-plugin-mediawiki
- Owner: reedy
- License: gpl-2.0
- Created: 2014-03-26T01:13:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T17:13:29.000Z (8 months ago)
- Last Synced: 2024-12-19T17:43:13.539Z (about 1 month ago)
- Topics: hacktoberfest, mediawiki
- Language: Java
- Homepage:
- Size: 122 KB
- Stars: 14
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MediaWiki support for PhpStorm
==============================[MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) IntelliJ plugin
for [JetBrains PhpStorm](https://www.jetbrains.com/phpstorm/), mostly providing standardised code styles for PHP,
JavaScript, CSS and HTML. It also provides a shortcut to the [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki)
search from the context menu.To configure/use the MediaWiki Code Styles, go to Preferences > Editor > Code Style > PHP/CSS/Html/JavaScript, and then
select "Set from..." and select "MediaWiki".Note, this doesn't provide MediaWiki file or Wikitext syntax highlighting support.
The code style support is now somewhere deprecated now that IntelliJ supports [`mediawiki/mediawiki-codesniffer`](https://www.jetbrains.com/help/idea/using-php-code-sniffer.html#enabling-tool-inspection).
[JetBrains Plugin Repository :: MediaWiki Support](http://plugins.jetbrains.com/plugin/7439)
License : GNU GPL v2 or later
Building a release
==================`./gradlew buildPlugin`
The output is then in `build/distributions`.