I tried to write Gatling code in intellij, but I found there is no syntax tip when I write any object. When I tried to format the code with import optimization, I found the gatling related import disappeared.
When I run it from command line, I just find the syntax error. There is not any indicator in IDE. Does anyone know how to let IDE work for syntax auto completion for Gatling? Thanks!
Did you use Gatling’s maven archetype to create the project at first? That might help a bit.
Thanks for your reply. I have applied Gatling maven archtype to my project. But it seemed no help on my requirement. I don’t want to run the gatling in eclipse or intellij, just want to develop the script with auto completion since I am not familiar with gatling syntax. Thanks!
Many thanks, I have solved the issue. After “mvn package” under the project, the packages were downloaded and worked well. Thanks again!
Nice, glad to see the issue resolved.

