Jump to content

Search the Community

Showing results for tags 'typescript autocomplete'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Hello, Is there any guideline on how to enable typescript autocomplete in sublimetext on osx (10.7.5)? currently i have two files - Main.ts - Test.ts The test class has a public function doTest(); With this setup i should be able to get codecompletion (if i understood correct) in the Main.ts file when i set a reference path at the top of Main.ts to: /// <reference path="Test.ts" /> in the constructor in Main.ts var test:Test=new Test() test.<--- no autocomplete here (well sort of..), only functions in the Main.ts are shown. Am i missing some very crucial setup, plugin or path settings? Kind regards, Wouter
×
×
  • Create New...