Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>CCL Language SupportNew to Visual Studio Code? Get it now.

CCL Language Support

dkjelf

|
1,296 installs
| (1) | Free
Support for the Cerner Command Language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CCL Language Support for VSCode

This VSCode extension does basic syntax highlighting for VS Code. You can find it available for download at here.

Quick Note:

This extension was designed and tested around the Monokai theme in VSCode. If words aren't being highlighted when they should be highlighted, try changing themes. Some color themes have different rules regarding which types should and should not be highlighted.

What is this?

CCL Language support is a basic syntax highlighter for the Cerner Command Language in Visual Studio Code.

Requirements

VSCode

Dev Requirements

Node

Installation

Easy

Download the extension on the VS Code extension tab within VS Code. It is called CCL Language support and is published by dkjelf (that's me!)

Also Easy

Download the extension on this link and run it. This should open the extension in VSCode. Click install and you're ready to go.

Slightly Harder

Download the source code and be sure to npm install (requires Node), then package (vsce package, requires visual studio code extension command line tool) using the command line. Then move the package into your local extensions folder. That's as much detail as I'm going to go into, if you're interested in doing things this way, check out this link.

Running the Code Locally

If you are interested in running the code in debug mode. First, be sure to have Node and VSCode installed on your system. Clone the source code from this repository, then run npm install on the command line (you can do this in VSCode itself as well). This should install all neccessary dependencies. Then click f5 to launch the extension in debug mode. Here you can see any changes you've made locally.

If this section (or any other section) could be futher enhanced, please submit suggestions as an Issue.

Contributing

If you see a bug or potential feature, please feel free to submit a pull request. I would be ecstatic if anyone actually noticed this extension. Alternatively, log an issue for anything wrong with the extension and I will try and fix it as soon as possible. If you're new to VS Code Extensions, check out this link right here. I used this guide to learn how to build this and it contains a bunch of really helpful tips for writing extensions.

More Features: Snippets

This extension also has support for some autocompleting snippets for some common CCL commands. For now, it is limited to reportwriter and select statements. When using these snippets, be sure to use TAB to go to the next field.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft