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 925
  • Win 527
  • Mac 140
  • Linux 258
Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16
Windows 0 0 0 0 0 1 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
Mac 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 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1
Linux 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 1 0 0 0 0 1 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.