Maarten Tibau

- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
Edited Excluded folder is not being taking into account by tsconfig.json
I currently am facing this issue:When creating an Angular workspace to create a reusable library the folder structure looks like this:-- my-workspace -- projects -- my-library -- my-library-... -
Created Default code style
I know that code style is a setting that has to be set on a project level. But since you can create a custom code style on IDE level, it would be really nice if you could assign this code style to ... -
Created TypeScript compiler won't run on new files
Hi, I just upgraded from WS 2016.1 to WS 2016.2 because I thought I might have run into a bug or something. The problem is, my .ts files aren't being compiled anymore.As you can see in the screensh... -
Created Typescript Compiler doesn't exclude "node_modules" folder
Hi, I'm working on an Angular 2 app with phpStorm, but what is really frustrating is that the TS compiler always keeps looking for errors in the "node_modules" folder as well and throws errors of c... -
Created TypeScript compiler "cannot find module 'angular2/..."
Hi, I have a basic angular 2 setup, now the TypeScript compiler keeps saying it can't the modules, although I have imported it in the external libraries and when I press "CTRL" the hand is showing ... -
Created phpStorm 9.0.2 problem with undentified classes
Hi,I've installed phpStorm 9.0.2, all OK... but when I look into my code a lot methods that are called staticly aren't found anymore by the IDE.The class name has an orange / yellow background, and... -
Created Code inspection doesn't work anymore
Hi,I'm using PhpStorm 4.0.3 now..Since PhpStorm 4 I have been noticing that the code inspector doesn't work, or just lags..When I change or add new code, the code inspector says that I'm having err... -
Created Auto update on Mac OS X 10.7.4
Hi,Each time I start my phpStorm on my mac .. I get a message that a new version is available.On my PC I can choose to download & install the update, on my Mac I never see that button (see attachem... -
Created Auto-add SVN files
Hi,I'm using suvbersion in phpStorm. Now when I'm adding files not through phpStorm, i always need to add them manually in phpStorm, or they are not commited to the repository.Now is there a way t... -
Created no color highlight for typecasting
Hi,Since the update to phpStorm 4.0.2 I have the following problem. When I typecast a var e.g.$var = (int) $_POST['number'];The word "int" would turn blue inside the round braces, now it doens't a...