Skip to main content
Back to Extensions Directory
coc.nvim fallback icon

coc-julia

unknown

Julia extension for coc.nvim

Installation CommandVim prompt
:CocInstall coc-julia
Publisher
unknown
Version
v0.15.0
npm package
coc-julia
Requirements
coc ^0.0.80
License
MIT
Repository
Not published
npm latest published 2024-04-24Registry checked 2026-08-23Registry summary

Published Package Summary

coc-julia

GitHub Sponsors Patreon donate button PayPal donate button

Julia extension for coc.nvim provides support the Julia Programming Language with LanguageServer.jl.

Install

:CocInstall coc-julia

Configurations

ConfigurationDescriptionDefault
julia.enabledEnable coc-julia extensiontrue
julia.executablePathPoints to the Julia executable.''
julia.environmentPathPath to a julia environment.null
julia.lint.runRun the linter on active files.true
julia.lint.missingrefsReport possibly missing references.true
julia.lint.callCheck calls against existing methods. (experimental)false
julia.lint.constifCheck for constant conditionals of if statements.true
julia.lint.lazyCheck for deterministic lazy boolean operators.true
julia.lint.typeparamCheck for unused DataType parameters.true
julia.lint.modnameCheck for invalid submodule names.true
julia.lint.piratesCheck for type piracy.true
julia.trace.serverTraces the communication between client and the language server.off

License

MIT


This extension is built with create-coc-extension

Read the complete README
  • Julia extension for coc.nvim
Activation Events
  • onLanguage:julia
  • onLanguage:juliamarkdown
  • workspaceContains:**/Project.toml
  • workspaceContains:deps/build.jl
  • workspaceContains:test/runtests.jl
  • workspaceContains:benchmark/benchmarks.jl
  • workspaceContains:docs/make.jl
Developer Resources

Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.

Open Developer Guide

Version History

This published npm package does not include a history.md or changelog.md file. Browse its npm versions for available release information.