ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Ttcn​Complete

by Hui Mi ALL

Sublime Text 3 plugin that offers auto-completion, Goto Definition and syntax highlight for TTCN-3 and ASN.1

Details

Installs

  • Total 943
  • Win 538
  • Mac 145
  • Linux 260
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7
Windows 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 6 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Next Plan

I will add TTCN-3 code formatter/lint in next release. If you find any bug or you have any new idea, please feel free to contact me. You can also commit your code with pull request.

Sublime Text 3 TTCN-3 plugin: TtcnComplete

Sublime Text 3 plugin that offers auto-completion, Goto Definition and syntax highlight for TTCN-3 and ASN.1

Example

This plugin aims to provide easy-to-use, minimal-setup autocompletions for TTCN-3 for Sublime Text 3.

Install this plugin

  • Package Control
    • Preferences->Package Control->Install Package, search TtcnComplete.
    • Restart Sublime
  • Install from source code.
    • download one of the releases from here.
    • Preferences->Browse Packages..., copy “TtcnComplete” to open folder

Usage

  • Open you code with Sublime.
    • Project->Add Folder to Project...

Notes:

  1. Support TTCN-3 file extension “.ttcn”, “.ttcn3”, ASN.1 file extension “.asn”, module parameter file extension “.par”. If the extension does not included, please post an issue or commit a pull request.
  2. The module name must be same as the file name
  3. Currently, it only tested on Windows and Linux. Mac OS not tested, however, it should work.