Questions tagged [clion-plugins]

4 questions
2
votes
0 answers

List all installed CLion plugins from the command-line?

I'm using CLion, and I want to obtain a list of all of the plugins I have (voluntarily) installed on it - as a text file (or printed to a terminal etc.). Can I do that... From a command-line, when CLion is not running. From within CLion itself?
einpoklum
  • 118,144
  • 57
  • 340
  • 684
0
votes
1 answer

How to run OpenOCD on CLion with custom openocd and gdb parameters?

How run debug session whith custom parametrs? Exemple: arm-none-eabi-gdb-py ex "target extended-remote |openocd -c 'gdb_port 3333; log_output ./debug/openocd.log' -f interface/stlink.cfg -c 'transport select hla_swd' -f ./debug/stm32wbx.cfg -c…
0
votes
0 answers

Installing CLion plugin (Sonarlint) via command line

I would like to install "SonarLint" using "CLion plugins" using command line. could you someone help me on this please I have managed to install Sonarlint from CLion plugin directly, not sure how to do the same with command line. Thanks in an…
0
votes
1 answer

Any other way to resolve V008. Unable to start the analysis on this file. [CLION]

Im trying to run basic C program with headers, unfortunately when I run Check Project or Check Current File, i've encountered V008 which is Unable to start analysis on this file. even though i've reinstalled all the applications, loaded the free…
Pawekz
  • 1
  • 1