Skip to content

First release

Latest
Compare
Choose a tag to compare
@codenho codenho released this 22 Apr 11:41
· 2 commits to master since this release

0.0.1

  • Initial release of swig-language-server.
  • Added basic linter, syntax highlighting, and code completion for SWIG interface files.
  • Added hover documentation for SWIG constructs like %apply, %rename, etc.
  • Added auto-closing of brackets and %{ %} blocks.
  • Added diagnostics for unsupported data types like long double.