Speak now
Please Wait Image Converting Into Text...
Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Challenge yourself and boost your learning! Start the quiz now to earn credits.
Unlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
General Tech Bugs & Fixes 2 years ago
Posted on 16 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Turn Your Knowledge into Earnings.
I currently have my php-mode configuration like so:
(require 'php-mode) (add-hook 'php-mode-hook (lambda () (require 'ac-php-company) (company-mode t) (setq c-syntactic-indentation nil) (setq indent-tabs-mode t) (setq tab-width 4) (setq c-basic-indent 4) (c-set-offset 'topmost-intro 4) (c-set-offset 'cpp-macro -4) (add-to-list 'company-backends 'company-ac-php-backend)))
I would like to use this configuration to start using web-mode and have php in web-mode use this configuration, however I can't seem to figure out how to configure php in web-mode.
How would I use this configuration for php in web-mode?
EDIT
I should probably clarify a little better what I am trying to achieve for the PHP portion of web-mode.
One thing I do in php-mode is have it configured to indent my PHP code inside the block like so:
block like so:
echo "hello world"; do_some_func();
This is one of the main things I would like to do in web-mode, along with use company as my auto-complete engine.
Would anyone be able to provide me with examples or point me in the direction of solving this problem?
EDIT 2
Thanks to the comment by phils I was able to get my indentation set up correctly, however I still can't figure out how to set up company php in web mode, and googling doesn't seem to provide me with any answers. Any help would be much appreciated.
Sorry for not being as clear originally.
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
General Tech 9 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 2 Answers
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.