Mark Schmale
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
-
Mark Schmale created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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...