Hello here, I installed the atom-typescript package and only worked once for my project! It suddenly stopped firing auto-imports and the like! Any ideas?
Tyler
@MistahK24
In the atom-typescript README, it says that you can turn off the compile on save feature by modifying your tsconfig.json file. Where does atom-typescript look for this file? Does it look for an existing tsconfig.json in your current project, or is there a global tsconfig.json file for the plugin.
Tyler
@MistahK24
Nvm. I figured it out. There is a tsconfig.json file located in the package's configuration folder.
Fernando Boza
@FernandoBoza
hey folks, trying to turn on syntax highlite for atom, any one know how?
MISBAH Khalil
@KhalilMisbah
Hello guys ! i have a problem with atom about the package atom runner it continues to show me up the PATH problem even after editing it.....I need help
Janne Lönn
@janneh
Hello... I'm running into a problem an getting "TS Emit Failed" and nothing outputted with this tsconfig.json:
shouldn't autocomplete for node built-ins work with this config ?
qianduan
@huaian
live analyse failed but auto complete can use. who know why?
Colin Taylor
@cjntaylor
Is compileOnSave false by default now?
hughlomas
@hughlomas
is there a room for just atom
not atom-typescript
doesn't seem to show up on search
Mike Binns
@TheFirstAvenger
I noticed the typescript dependency is a few minor versions outdated. Is there a way to override that locally or does that require a PR?
Mahmoud Ibrahim
@xmanali92
how can i active autocombile ?!
brphelps
@brphelps
From what I can tell, there's supposed to be an AST visualizer present in Atom-Typescript -- I can't figure out how to get to the functionality, though. I don't see a "Typescript: AST" command in the command palette.
Neonit
@Neonit
Anything I need to make sure when using filesGlob in the tsconfig.json? It appears to not work. I just have
It works when using "include" instead of "filesGlob" and running tsc from the command line.
nbuso
@nbuso
Hi everyone, I'm trying to use tsconfig.json#compileroptions.paths but seam atom does not recognize the paths and complain with "Cannot find module ...'
is atom-typescript using the information in compileroptions.paths?
Peter David Carter
@PeterDavidCarter
after the update it appear individual TypeScript syntax errors are no-longer being highlighted, but just the file the syntax is in. This is a pretty major feature to take out. Is this really gone or is something wrong with my installation?
Oscar Raya i Casanova
@arracso
Hi, I installed typescript on atom in order to see jsdocs on functions, but it isn't working. And I have no error messsage. Can someone help me?