Mark Schmale
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
-
Mark Schmale 创建了一个帖子, More Information for XmlAttributeDescriptors
For better support of the XML based view language used by OpenUI5 I implemented a custom `com.intellij.xml.XmlExtension` that creates provides (also custom implemented) XmlElementDescriptors and Xm... -
Mark Schmale 创建了一个帖子, JavaScript: support a custom AMD implementation - resolve parameter type to return type from another file
I'm currently working on a Plugin to improve the support for a JS Framework that comes with a lot of custom-build/non-standard stuff. A normal class may look like this: (Test.js) sap.ui.define(["m... -
-
-
-
Mark Schmale 创建了一个帖子, JSImplicitElementmpl / Enhancing JS completions
Hi, I'm currently using the `JavaScript.frameworkIndexingHandler` extension point to add some elements to completions which to IDE can otherwise not know about. Thats because the framework for e... -
Mark Schmale 创建了一个帖子, PHPStorm: Can I depend on com.intellij.properties?
Hi, I'm working on a Plugin to improve framework integration for a pretty unknown (compared to the big ones) JS Framework in Web-/PHPStorm. This uses Javas .properties bundles for translations and... -
Mark Schmale 创建了一个帖子, JSDoc @typedef with @template
I'd like to create a generic typedef for the annotating the response type of a REST-Service. What I want to achive is, when I define a @param as "{ODataSetResult.<MyType>}", I want the IDE to know...