Skip to content

vrognas/vscode-nmtran

Repository files navigation

VSCode extension for NMTRAN (NONMEM) GitHub Visual Studio Marketplace Installs - Azure DevOps Extension

A Visual Studio Code extension with support for the NMTRAN language used in NONMEM control streams.

Installation

To install the extension, open the Extensions view, search for nonmem to filter results and select NMTRAN extension.

Overview of the extension features

Syntax highlighting

demo_syntax-highlight

Snippets

demo_advan-snippets

Snippets for RUV (normal or log-scale):

  • RUV_add
  • RUV_prop
  • RUV_addprop

Snippets for MIXTURE-models (just type $MIX):

  • 2-way mixture model
  • 3-way mixture model

Snippets for creating an Xpose-friendly $TABLE scaffold (just type $TABLE).

Snippet for including IIV on a parameter that is bound between 0 and 1 (type logit_iiv).

Declarative Language Features

  • Comment toggling using the VS Code command Toggle Line Comment
  • Autoclosing of brackets

Requirements

VSCode v1.80.0

Contributing

We encourage your contribution to the project. You can report issues and post suggestions of features via GitHub issues. Thank you!

License

MIT