Martin Hofmann-Sobik
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 How to create an inspection for JavaScript?
已回答I want to write an inspections which forbids usage of jQuery selectors: `$('selector')`. Which language(s) should I use? jQuery/JavaScript can occur in JSP, HTML, JS, Typescript files. But plugin.x... -
创建于 How to use Java EE: Web classes in 2021.2
已回答With upgrading to 2021.2 some dependencies from the Java EE: Web (com.intellij.javaee.web) were removed import com.intellij.javaee.web.WebUtil;import com.intellij.javaee.web.facet.WebFacet; import ...