Bastian Fenske

- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
-
Bastian Fenske 创建了一个帖子, 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 进行了评论, -
Bastian Fenske 创建了一个帖子, 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 进行了评论, -
Bastian Fenske 创建了一个帖子, 已回答Open 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 创建了一个帖子, 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...