Skip to content

Instantly share code, notes, and snippets.

@randomresult
Last active December 29, 2015 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randomresult/7656455 to your computer and use it in GitHub Desktop.
Save randomresult/7656455 to your computer and use it in GitHub Desktop.
misc.xml for PhpStorm projekt to set the Schema-Stuff for fluid/flux/vhs (find in .idea/misc.xml) In this case the xsd-shemas are located in my user-folder/xsd-shema/ (macosx)
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectResources">
<resource url="http://typo3.org/ns/flux/ViewHelpers" location="$USER_HOME$/xsd-shema/flux.xsd" />
<resource url="http://typo3.org/ns/fluid/ViewHelpers" location="$USER_HOME$/xsd-shema/fluid.xsd" />
<resource url="http://typo3.org/ns/vhs/ViewHelpers" location="$USER_HOME$/xsd-shema/vhs.xsd" />
</component>
<component name="ProjectRootManager" version="2" />
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment