sublime-typescript icon indicating copy to clipboard operation
sublime-typescript copied to clipboard

strange behaviour autocomplete

Open gritworks opened this issue 11 years ago • 2 comments

  • loading typescript plugin keeps spinning forever.
  • when i make a new class with a public function autocomplete doesn't seem to find it. restarting sublimetext sometimes solves the issue.

ST 2.01 build 2217 osx 10.7.5

How can i start the phyton console and see any error loggings in ST2?

gritworks avatar May 14 '13 14:05 gritworks

You probably have a configuration problem. Check the Sublime Text documentation to see how to open the python console, and check other issues here to see if anybody didn't have the same problem as yours. If you can't find anything, try and copy paste the log you have in the python console here.

raph-amiard avatar May 14 '13 15:05 raph-amiard

installed on windows following the exact instructions. Produces the exact same result as my mac.

functions from within another class are not propagated in the autocomplete within, say, Main class. only (sometimes) after quitting and restarting sublimetext.

reference path from Main.ts is set to Test.ts

also strange behaviour is when i explicitly type out a property following a dot i get different results then autocompleting with tab and then typing a dot.

I could find anybody having the same issue so i guess i overlooked something very important.

not sure how to solve this.

gritworks avatar May 15 '13 14:05 gritworks