This plugin makes my life better. I have one remark. In TYPO3 version 6.0 (released October 2012) namespaced PHP classes were introduced and since you can use Typoscript to define PHP class replacements you need to use the backslash (PHP Namespace separator). E.g.: config.tx_extbase.persistence.classes { MyVendor\MyExtension\Domain\Model\File.mapping.tableName= sys_file } However the backslashes are unexpected by the plugin and trigger error notifications in the IDE.
I like the idea, but the plugin is not usable for me, because I'm unable to comment TypoScript code with this plugin enabled. It does provide nice syntax highlighting, but without the Plugin, I'm able to create my own file type for TypoScript files (without syntax highlighting, because I do not know the keywords), but with the feature to comment the code with shortcuts.
Nice to have: ================================== Add this to FILETYPES > registered Patterns TypoScript/*.txt Would be great if you could support TypoScript syntax highlighting for arbitrary text files if the are stored in a folder called TypoScript.
Hi, I would love to see this plugin in action. I am running on linux and neither on PhpStorm 4.0.3 nor 5.0.1 I see any autocomplete. Only syntax highlight works here. Or what is the shortcut, CTRL+Space does not work for me. I couldn't find any description so far. THX Dominic
Comments:
Nice to have:
==================================
Add this to FILETYPES > registered Patterns
*.ts
setup.txt
constants.txt
ext_conf_template.txt
ext_typoscript_setup.txt
ext_typoscript_constants.txt
So I don't have to do it manually :-))
THX
THX