Changes
Page history
Update Setting up IntelliJ
authored
Jan 24, 2024
by
Merlin
Show whitespace changes
Inline
Side-by-side
Setting-up-IntelliJ.md
View page @
df4bf784
...
...
@@ -2,32 +2,9 @@
# Importing into IntelliJ
Click the link below to learn how to import the project.
**You need to import the project that is in the FreshmanRPG folder within the repository.**
Click the link below to learn how to import the project.
[
Importing a project into IntelliJ
](
https://www.jetbrains.com/help/idea/import-project-or-module-wizard.html
)
# YouTrack Setup
The YouTrack integration is a great way to sync your issues between YouTrack and IntelliJ.
## Configuring the Integration
1) Go to "File -> Settings", which will open a new window.
2) In the search box in the top left, enter "YouTrack" and go into "Tools -> Tasks -> Servers".
3) Click the plus, and select "YouTrack".
4) Enter the following information:
-
Server URL: https://youtrack.engr.ship.edu:8443
-
Username: The username you used to make your YouTrack account
-
Password: The password you used to make your YouTrack account
-
Search:
`project: FreshmanRPG SWE-State: Backlog, Started Assignee: me`
5) Click
**OK**
and you're done with this part
## Using the Integration
After configuring the integration, you should see a new drop-down menu in the top right labeled "Default Task".
If you click on that, then on "Open Task...", you can click on any task you wish to start.
You can change whatever you want in that window, and then click
**OK**
# Run Configurations Setup
## Creating a run configuration
...
...
...
...