8000 GitHub - pgilad/requirements: Intellij plugin for requirements.txt file
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pgilad/requirements

 
 

Repository files navigation

Requirements plugin

https://plugins.jetbrains.com/plugin/10837

https://meanmail.dev/plugin/1

Your ratings and feedback are very important. The feature will appear the faster the more people request it.

Supported versions of Intellij:

Supported Products

  • IntelliJ IDEA Education — 2019.1 — 2020.1
  • PyCharm Professional — 2019.1 — 2020.1
  • PyCharm Educational — 2019.1 — 2020.1
  • IntelliJ IDEA Community — 2019.1 — 2020.1
  • IntelliJ IDEA Ultimate — 2019.1 — 2020.1
  • PyCharm Community — 2019.1 — 2020.1

Unsupported Products

  • PhpStorm
  • WebStorm
  • RubyMine
  • AppCode
  • CLion
  • GoLand
  • DataGrip
  • Rider
  • MPS
  • Android Studio

Syntax

PEP 440 -- Version Identification and Dependency Specification

PEP 508 -- Dependency specification for Python Software Packages

requirements-file-format

Features

  • Highlighting and Syntax check for requirements.txt files in IDE
  • Reference to subrequirements files (Ctrl + click)
  • Opening packages in a browser (Ctrl + click)
  • Reformat file

Code Inspections

PyCharm, and other products if the Python plugin is installed:

  • Check if packages are installed
  • Checking package versions

All IDEs:

  • Check if there are files to which there is a link
  • Check for duplicate definitions

Quick fixes

PyCharm, and other products if the Python plugin is installed:

  • Install package

TODO

  • Distinguish a plain text file from file requirements.txt
  • Support all relations
  • Opening local source code
  • Code completion

About

Intellij plugin for requirements.txt file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 96.4%
  • Lex 2.8%
  • Other 0.8%
0