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