Kenji Otsuka
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
创建于 Can't add Remote PHP interpreter
Hi, I'm using IntelliJ IDEA 2023.3.6 (Ultimate Edition) with PHP now.I tried to use a docker container for PHP interpreter and followed the guidehttps://blog.jetbrains.com/phpstorm/2016/11/docker-r... -
创建于 PHP SDK can not be configured
Question:I wanted to change SDK to PHP.but IDE said:But setting dialog looks the PHP interpreter was configured.How can I configure PHP Interpreter?I'm using IntelliJ IDEA Ultimate Edition (2023.3.4). -
已编辑于 Set Ruby interpreter via docker-compose.yml
已回答When I tried to add Ruby interpreter based on docker-compose.yml, it failed.Could you please tell me how I can add it correctly?My docker-compose.yml is this:version: "3.8" services: main: i... -
创建于 Is there any good way to use .env file in bootrun?
已回答Hello, I have a question about .env file and spring project. We can run the spring boot project from the buttons at top-right corner. Is there any good way to use ".env" file in the project? We ca... -
创建于 How can I add docker engine on WSL2 to the services?
已回答I'm working on Windows 11. I want to add WSL2 docker engine to the following services list. is it available? -
创建于 Is it unavailable to run jupyter notebook on WSL2?
I'm writing jupyter notebook file and I tried to run a cell. At that time, Python environment is configured to use the Python in WSL2. But an error appeared. The server was configured with... -
已编辑于 How can I configure the Ruby SDK?
Hello, I'm in trouble. My editor shows "No Ruby interpreter configured for the project". But when I clicked "Configure" link, it looks being set as ruby-2.6.5. How can I solve this problem? my e... -
创建于 How can I set Project SDK as PHP?
Hello, I generated Laravel project and opened the folder with IntelliJ IDEA 2021.2.3 (Ultimate Edition). And I tried to set Project SDK PHP but I didn't find PHP in the options. I tried to select ... -
创建于 How can I setup node version before bundle command?
Hello, I'm developing a project with Rails in IntelliJ IDEA Ultimet. The project uses Ruby and Node.JS, and nvm is used for Node.JS version control. Node.JS version is selected when I execute "nvm ... -
已编辑于 How can I customize RSpec execution step?
已回答Hello, I'm using IntelliJ Idea for Rails development. When I open the rspec file (..._spec.rb), I can see the green icon on the left side of the code. I can execute RSpec by clicking the icon. Ca...