No Tailwind tips in WebStorm - webstorm

I know tips could shown, but right now I can't see it. What do I need to do?
I have installed tailwindcss postcss autoprefixer libraries.
That's what I told about autocomplete popup

The problem was 2021.2 version that for some reason can't autocomplete tailwind CSS classes. 2021.3 fix the problem. Better use JetBrains developer tools.

Related

PrestaShop Theme Bug

I have freshly installed PrestaShop 1.6.12 and I install PTS Basic Theme from there: PrestaBrain (developer says it's working on 1.6.X versions).
I installed all modules and switched for this theme.
On my website i can see just this:
Error says: No template found for module pspagebuilder. I sent question how to slove this to developer of this theme but i didn't get any answer.
How to fix it? Also maybe should I downgrade my Presta to lower version? Maybe 1.6.11 (how to do that?). I can't find any solution in google.. :(
You've got a reply on your question on PrestaBrain Ticksy :
https://prestabrain.ticksy.com/ticket/1141690/
hi, you can download it in here : https://www.dropbox.com/s/s8klnq2hmljoqb9/pf_basic_full.zip?dl=0
we update module pspagebuilder, psverticalmenu
thanks

Can't find "Set as Django Project" or Django actions in Eclipse with Pydev

MacOSX10.9.5, EclipseMars.1(4.5.1), Pydev3.0.0, Python3.4.3, Django1.9
I can't find "Set as Django Project" or Django actions in Eclipse though I could use it until yesterday.
I reinstalled the same versions of Python, Django, Eclipse and AptanaStudio3, and added Python and Django PATH to PYTHONPATH of Pydev Python Interpreter in Preferences again but the problem is not solved. I can't also create a new Pydev project. Maybe I deleted some important dotfile by mistake when I emptied the trash but I'm not sure if I did or if it's the cause or not. How can I fix the problem or what should I check to figure out what is the cause? Thank you in advance.
I solved the problem by myself. I just didn't notice the Pydev perspective was closed.
Window --> Perspective --> Open Perspective --> Other... and choose Pydev.
That's all. Now I can see Set as Django and Django actions with the Django logo. I had overlooked such a basic. Thank you!

Addon issue with ofxOSC.h

I am facing an issue with integrating synapse with openframeworks in Xcode. the problem is that the file synapsestreamer.h cannot find ofOSC.h. I tried dragging the ofxOSC folder into the addon folder and it still would not work.
I am new to objective-C and this kind of programming and hence cannot find a solution to this. I have tried searching on the internet but in vain. I am attaching a screenshot of the same for your reference, kindly have a look and let me know as to how I should link the ofxOSC.h file with the synapsestreamer.h
#include "ofxOsc.h"
This throws an error even if I have the ofOSC in the addons section.
there is this awesome addon for xcode by Adam Carlucci that manage OF addon very well. https://vimeo.com/79061998
hope it solves your problem!

typo3 Template Auto-parser plugin not visible

I'm following the Modern Template Building tutorial and fail to install the Template Auto-parser extension.
After the installation it should show the plugin in the object browser:
Unfortunately the tx_automaketemplate_pi1 part is never showing up.
Needless to say that all atempts to use the extension do not work.
Any ideas about how to fix that?
I'm on a fresh installation of Typo3 4.7.0.
Update:
After installing typo3 4.5 and trying again I noticed, that an extension is downloaded only and has to be installed in an extra step. However the icons which are indicating this (the brick with + or -) are not visible on my 4.7.0 installation:
Since the icons are not there I did not find a way to really install the extension. On the 4.5.0 installation everything is working fine.
Just out of curiousity. Any ideas about how to get the brik icons?
This seems to be a firefox specific problem (see http://www.xwissen.info/web-log/detail/articel/fix-install-uninstall-in-typo3-extansion-manager.html). I tried the workaround from xwissen.info (add "position: absolute" to .t3-icon-system-extension-uninstall and .t3-icon-system-extension-install) and this solved the issue.

How to set run cocos2d tests in Xcode 4.2?

I an a beginner. I have problem running cocos2d tests in Xcode 4.2 since I cannot customize toolbar in xcode 4.2 anymore. How do I set the active target and executable? Or anyone knows the workaround for running the tests? Any helps are much appreciated! Thanks a lot!
In XCode 4.2, the bar will default to ActionManagerTest when you've loaded the project sucessfully. Clicking it will allow you to change tests.
Also note, that the official cocos2d tutorial tells you to open cocos2d-ios.xcodeproj to begin exploring; but to actually run the tests, you need to open cocos2d-tests-ios.xcodeproj.
You can find this by editing scheme in your target. In scheme bar above your project where you select simulator and device, click your project and edit scheme in drop down. There you can set the executable. :)
hope this helps.