SupportedIdeType enum
Enumeration that represents the types of IDEs supported.
Fields
Unknown = 0 | |
AndroidStudio = 1 | |
AppCode = 2 | |
CLion = 3 | |
DataGrip = 4 | |
IntelliJ = 5 | |
MPS = 6 | |
PhpStorm = 7 | |
PyCharm = 8 | |
RubyMine = 9 | |
Tower = 10 | |
VisualStudio = 11 | |
WebStorm = 12 | |
Eclipse = 13 | |
VSCode = 14 |