Phaiax

Results 71 comments of Phaiax
trafficstars

see my last comment in https://github.com/Railk/T3S/pull/63 (tl;dr there is a new plugin named ArcticTypescript) You can rebind all keybindings. refer to the Default.sublime-keymap file of any plugin and copy any...

In theory: Should the dev branch still work with sublime 2 or are all these ST3 statements just old crap? Because plugin loading will fail directly in T3S.py on the...

There is another thing I want to implement, the auto completer has to check wheather it's the same dot it belongs to. ``` Type: > this. -> autocomplete triggers >...

I will hopefully fix that this weekend

In the last commits I introduced some errors, fixed hopefully all of them. Except for this error I could fix everything csnover mentioned. Thank you a lot > File navigation...

I fixed the problem by refactoring a lot :) I took a look at when some of the functions were called and there were multiple calls to things which needed...

I just had an internal tss.js error: Cannot read property 'lineMap' of null The reason was, that I had remapped the project directories in my Typescript Project in the .sublime-project...

The problem was easier to solve than I’ve thought first.

I caught myself only using my mouse to click on the errors in the error view. The error key command has changed from ctrl+shift+e to shift+alt+e, because the first one...

I only experienced those import errors in files which are not imported by any other file. Those files will still be added and updated to the typescriptservice and I think...