Bastian Fenske

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
-
Bastian Fenske created a post, Angular-Plugin does not find directives of CommonModule
Since a while I have an issue with angular templates. Within IntelliJ I get those errors:Property ngIf is not provided by any applicable directive on an embedded template The whole project transpil... -
Bastian Fenske commented, -
Bastian Fenske created a post, CHROME_BIN not set for single karma test run
I have a Typescript project with karma. I installed the karma plugin and I can run all tests. For that I have to set the environment variable CHROME_BIN=/usr/bin/chromium in the run configuration (... -
Bastian Fenske commented, -
Bastian Fenske created a post, AnsweredOpen code completion popup after insterted live template
A have created a new live template: Entering "t tab" writes "$this->" to the editor. What I would love to have is, that the code completion popup would automatically open at this point. Is there a ... -
-
-
-
Bastian Fenske created a post, Navigating through camelCasedWords with the Ctrl key
When I have a camelCasedWord and the cursor is at the end of that word, I would like to be able to navigate the cursor to camelCased<here>Word with Ctrl + left arrow. I like this feature in other I...