4 votes

How do you configure IntelliJ Idea for the tildes project ?

Tags: intellij, ide

Anybody has experience in setting up IntelliJ Idea for a Python/Vagrant project. I have imported the project and selected the Python interpreter as ../tildes/venv/bin/python, but the IDE failed to resolve dependencies. What am I missing ? I have Idea ultimate license so prefer to use it rather than Pycharm community edition.

3 comments

  1. [4]
    Comment deleted by author
    Link
    1. [3]
      jinna
      Link Parent
      Yes, I have run it and the local development version is running. I don't know if I should configure something for vagrant in IntelliJ.

      Yes, I have run it and the local development version is running. I don't know if I should configure something for vagrant in IntelliJ.

      3 votes
      1. [2]
        CedarMadness
        Link Parent
        So I haven't set up a dev environment for Tildes at all, but there is a vagrant plugin for IntelliJ that will handle running the code. If you want to get all of the IDE features working, you...

        So I haven't set up a dev environment for Tildes at all, but there is a vagrant plugin for IntelliJ that will handle running the code.

        If you want to get all of the IDE features working, you probably have to set up a venv outside of Vagrant though, and then do a pip install -r requirements.txt, so the IDE has something to look at when it's resolving your completions

        6 votes