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 931
  • Win 530
  • Mac 142
  • Linux 259
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 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
Mac 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 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 0 0 0 0 0 0 0 0 0 1 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.