PhpStorm Shopware plugin shortcut 'swconfig' does NOT work - plugins

In PhpStorm I've installed the plugin "Shopware", and it works for most of the cases.
But when I tried to use the Live Template shortcut swconfig in PhpStorm for calling up some default configurations of Shopware, this shortcut did NOT exist/work at all.
What's the problem? Should I do some other configurations to enable this shortcut in the plugin?
I hope someone can help me in this.

You have to download the settings.jar file from the "Shopware Developer Training Basic" Udemy course.
In Phpstorm open the Menu File -> Import Settings and select the downloaded settings.jar

Related

How is the Eclipse sample project "Multipage Editor" supposed to run?

I installed Eclipse Luna in XP yesterday and opened the sample project "Mutlipage Editor". When I click "Run" all that happens is another copy of Eclipse opens looking like the first copy but all the workspace boxes are empty.
I guess I was expecting either an emulator to start or the ability to run it on my Android phone. Can anyone get me started please?
When you run an Eclipse plugin it has to run in an instance of Eclipse so that all the other plugins that the plugin depends on are available.
The default 'Multipage Editor' is associated with a file type (.mpe I think). So create a file with that type and open it to see the editor.
You can also write an Eclipse Rich Client Program (RCP) where you can select the available plugins and the look of the UI, but this requires additional code.

how to plugin evosuite.jar in Eclipse

On the evosuite documentation website, they have a unhelpful video.
The video shows that when you right click the text editor in eclipse, there is an evosuite icon after "replace with", but I haven't figured out how I can do that after I tried different answers on website.
I put evosuite.jar in the folder of eclipse plugins and then use plug-in from Existing JAR Archives functions of eclipse to import it.
Am I anywhere close?
Any suggestion will be appreciated. Thanks in advance
It looks like the update site is here: http://www.evosuite.org/update/
Paste this URL into your Eclipse Install manager's work with text box (Help -> Install new software...), select evosuite and next. Follow the instructions to install.
You may have to de-select the option “Group items by category” to see EvoSuite listed if you harness the power of Andrew Eisenberg's answer

Is there an IntelliJ Keymapping plugin for Eclipse?

I am an old IntelliJ user, now working on a project that requires Eclipse.
I don't mind learning the Eclipse default keyboard shortcuts where they exist, but so many operations don't have shortcuts assigned (grrrr!)
I was wondering if there is any plugin that would automatically assign the IntelliJ defaults to any action that does not already have a mapping?
As an alternative I guess I could also use a plugin that just wipes out all of the Eclipse defaults and replaces them with the IntelliJ versions.
Or do I have to just go and manually replace them all one by one :( ?
The IdeaKeyScheme plugin was just developed by one guy that wanted the same thing. Source and binary are available. I haven't tried it myself, but many people use it with great success. It seems to be the only thing out there.
If you're concerned about keyboard mappings, the Key Promoter plugin for Eclipse (known as MouseFeed) will be a big help, too. There's also an IntelliJ version. I highly recommend this plugin for productivity enhancement.
Installation and enabling IdeaKeyScheme plugin
For Eclipse: add jar file to eclipse/dropins/plugins folder.
Restart Eclipse.
Open Window → Preferences → General → Keys and select the scheme "Intellij Idea".
I wanted the same thing since I predominantly use IntelliJ IDEA. Found this on the eclipse market place and up to now it has the same keymappings.
Activate it by going to :
Window >> Preferences >> General >> Keys : change the scheme to : IntelliJ IDEA
https://marketplace.eclipse.org/content/intellij-idea-keymap-eclipse
You may add a key map as described here:
http://www.jroller.com/santhosh/entry/intellij_idea_key_scheme_for
The plugin itself is:
http://jroller.com/santhosh/resource/IdeaKeyScheme.jar
You need just to put the jar file into eclipse/plugins and restart IDE. It works on Luna just fine!
Open your eclipse software
Drag and drop Installer button from
https://marketplace.eclipse.org/content/intellij-idea-keymap-eclipse
in your always open eclipse
and that's all
It turns out that in IntelliJ, by default you can choose a keymap scheme. So you can just apply the Eclipse Shortcuts without any plugin.
Just press CTRl + `
Details here
http://zeroturnaround.com/rebellabs/getting-started-with-intellij-idea-as-an-eclipse-user/4/

Opening Pydev editor in Eclipse

I am a newbie to using pydev in eclipse. How do I start working in the editor. I have done all the configs. and project set up but just can't use the editor. What are the steps involved? Can you help?
If everything is set up you should be able to follow these steps:
Right click on your project and select New -> PyDev Module
Enter a name for your module and click Finish
The editor will open and you can start coding

Eclipse context menue options are missing

I am running Eclipse 3.6.
I used to have two options in the context menu when right clicking a project in any perspective - One would open Windows explorer in the folder the project is located at and the other would open a windows command prompt in the folder the project is located at.
Not sure why but for some reason I don't see these options anymore.
I tried looking for them under "Customize perspective..." but couldn't find it anywhere.
Anyone knows how to restore these two options?
Thanks
Eclipse itself does not have this function. So, I think you were using a plugin. I searched the eclipse plugin site, I think you can try this:
http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=1821