Thanks for looking into my situation.
My problem is that emmet slows down atom to the point where it renders it unusable.
I`ve isolated the effect being caused by enabling emmet in the packages section in settings of Atom. It is only when I enable Emmet 2.4.3 that the lag appears. And man is it lagging.
Pressing return calls for 4-5s of waiting. The same happens after pressing Tab. Sometimes even the function of those two entries won`t be registered after the 5 seconds of waiting.
As soon as I disable the plug-in everything goes back to normal and I can even call out a standard boilerplate for HTML while emmet is disabled (which is kinda odd but hey..)
I have installed a few other plugins but for the purpose of this issue chasing drama, I disabled all of them in order to test each and every individually.
I even reinstalled atom but got to the same sluggish lagging experience as soon as I install and enable emmet, which is the first and only plugin I would install after the fresh installation of Atom.
This is fairly frustrating as I just started learning to how code in html and the lag turns my expirience into hell.
Any information and suggestions are very, very welcome.
regards,
Mario
It may happen if you open very large document. You could try new plugin prototype for Atom, or you can use VSCode editor.
Alternatively, try Sublime Text editor with upcoming Emmet 2 plugin
In my IntelliJ ultimate editions, shortcuts for comments do not work anymore on html files (and just on html files). It happened suddenly after a restart (I had maybe install a plugin, but I'm not sure).
I just updated to the last version (173.4548.28), but the problem persists.
In the settings I don't find anything defining in which types of file the shortcuts are available.
Where should I look to solve this problem?
I can't write or edit any code because code keeps highlighting, I've tried check all settings but unfortunately it seems to not work.
I have installed support of css and bootstrap
Turn of Vim Emulator from Tools in the IntelliJ, like picture below:
I've just created a basic plugin which basically adds a live-template / snippet to PHPStorm.
I installed it by zipping the files together, entering PHPStorm > Settings > Plugins and clicking on "Install plugin from disk". After selecting the correct zip file, it appeared in the plugins list, asked me to restart and all worked well - or at least that's what I thought!
My issue is, when I go back to my Settings > Live template the new liveTemplate group doesn't show up and when I try and trigger the live template using "test-tag" followed by TAB it just expands to "" this is not the expected behaviour. Why is this happening??
https://github.com/JasonMortonNZ/test-phpstorm-plugin
NOTE: The strange thing is though, when I install the plugin in Intellij IDEA 13 it works perfectly. The live template group appears in the settings and the live templates trigger fine! Why would this be? Sooo frustrating :(
Please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products on how to make your plugin compatible with other IDEs based on IntelliJ Platform.
as already described in title, i'm not able to open the project structure dialog window in intellij anymore.
neither the shortcut (Ctrl+alt+shift+s) nor the menu element under File -> Project Structure nor the little button in the upper right corner do work.
Clarification: Menu element :
This "bug" occured suddenly as I wrote a web (vaadin/maven) project and tried to set up glassfish, where i often had to switch to the project structure dialog.
Since the first occurence i wasn't able to fix it by restarting intellij or switching projects.
This also happened on my laptop running the same intellij and windows version (Ultimate 13.0.1 Build: 133.331 on Windows 7 x64)
i appreciate any help!
This also happened to me, but removing new plugins etc didn't help.
Nor did nuking my project and rebuilding it from scratch.
In the end I deleted all caches, restarted Intellij and at last I could access the project settings again! By the way, I'm using Intellij 11.1 - mainly because I can't get 13 to start up, but that's another story
Your log shows that it is a bug in IntelliJ IDEA - they are trying to create file passing null pathname. Try to delete project files and reopen project from scratch (maybe you've lost some file) - if it won't help then you should create an issue here: http://youtrack.jetbrains.com/ - You can even copy-paste text from your question and attach stacktrace
I had the same issue...upon further inspection in the log dump...I noticed the following:
ERROR - llij.ide.plugins.PluginManager - com.intellij.openapi.fileChooser.FileChooserDescriptor.setTitle(Ljava/lang/String;)V
java.lang.NoSuchMethodError: com.intellij.openapi.fileChooser.FileChooserDescriptor.setTitle(Ljava/lang/String;)V
at com.jetbrains.python.sdk.PythonSdkType.getHomeChooserDescriptor(PythonSdkType.java:247)
Disabled the latest Python Plugin and restarted and everything is working normal again.
I remembered I had recently update my python plugin and am not using it presently so I was able to disable it without issue.
Hope this helps someone else.
This also happened to me. The comment above helped. I had just added some plugins. Disabled them and it started working again. Not sure exactly which one because I disabled all 4 -- Bean Validation Support, Bitbucket, Jelastic Cloud Platform Integration, and Quick Notes.
For me it has been resolved by switching off FindBugs plugin and restart IDEA. So Project Structure is available for me now.
One of the plugins might be causing it. To disable a plugin, go here:
You'll know for sure if a plugin is bad if you see this Exclamation picture:
Clicking on it will bring up a pop-up. To disable the plugin, click on this:
For me it got resolved just by restarting the intelliJ IDEA. I'm using intelliJ IDEA Ultimate 2018.1 edition.