LINGO VS code EditorThis is the official LINGO VS Code editor extension. It features syntax highlighting, auto complete, hover text and can run LINGO models. Note: This extension works with .LNG files, not .LG4 files. Run LINGOFor the Editor FeaturesSyntax highlighting, auto-completion and hover text are essential for most language extensions. These features boost productivity, enabling users to conduct more rapid research and development. The LINGO VS Code editor extension tailors these features specifically to the LINGO modeling language. Auto CompleteThe auto-complete feature includes each LINGO function, logical operator and section name. Additionally, every set name, along with all their attributes and variables, is covered. Lastly, the extension includes templates for each set looping function, complete with the set name and an iterator. Model specific options for auto completing @FOR: Hover TextWhen you hover the mouse over a LINGO function, a text box will appear with the function's prototype, documentation and sample code. Hovering over set names will display a text box containing the set name and all of its attributes. Additionally, hovering over a set's attribute will show a text box with the attribute and the set to which it belongs. Hovering the mouse over a the @SUM fucntion: Hovering the mouse over a set: Future FeaturesIf you have suggestions for additional features, please let us know by leaving feedback or emailing the team at info@lindo.com. |