Skip to content

v1.3.0-beta

Choose a tag to compare

@ThFriedrich ThFriedrich released this 03 Jul 00:13
· 440 commits to master since this release

Release Notes v.1.3.0-beta

In this update some major changes were introduced and features added. This is a beta release. You may encounter problems running the extension or notice some unecpected behaviour. Please report these issues if you encounter them so they can be fixed. Much of the content of this extension is generated in a semi-automated fashion from the official Lammps documentation. It is hardly possible to check the behaviour of autocomplete and hover features for each individual command, what makes bug reports all the more important and valueable. Also, please share your ideas for enhancements or new features.

If you have to or want to revert to a previous release, please download the corresponding vsix-package from GitHub and install it from the command line with the following command:

code --install-extension lammps-1.2.4.vsix 

This Release introduces the following new features and improvements:

Auto Completion

Completion suggestions now behave much like snippets. Editable arguments are accessed by tabbing (Tab) through them. Variables can be edited like text. Arguments that allow specific choices should show a dropdown list with options to choose from. Words that are part of the command description are automatically inserted.

Hover Feature

  • Rendering Equations is now supported using MathJax
  • Fixed many styling issues

Offline embedded documentation

  • right click on command allows to show documentation in new vscode-panel

Linting functions

  • Set of functions that points out problems before runtime
  • So far only checking for files and paths on read- and write commands
  • To be extended in the future