https://atom.io/packages/atom-kt-advance
java -version
, if it says command not found
, stop reading this doc. Java 8 installation kits can be found at Oracle. atom
and its CLI package manager apm
are installed. Running apm -v
should list its version number and some others.$ apm install atom-kt-advance
atom-kt-advance
package is based on the linter
package. So, install it from https://atom.io/packages/linteratom-kt-advance
project code from https://github.com/compartia/atom-kt-advance. Change into the project directory cd atom-kt-advance
. Run the Atom package manager's linker to create a symbolic link between the Atom packages and this project apm link
. (Use apm unlink
to remove the symbolic link.)kt_analysis_export*
directories from the C project to be analyzed. These may contain plugin output so updated plugin software may be incompatible with older files.By pressing ctrl+alt+l you may hide/show the side Statistics Panel.
kt-advance: activate
. This indicates a successful launch. Upon activation the plugin spawns a Java process to scan the C project for the ch_analysis
directory. When the plugin's scanner has completed you should see new or updated files in the kt_analysis_export.<version>
directory.
linter
is triggered every time a C file is saved).