Skip to content

Commit e2b7108

Browse files
authored
Merge pull request #369 from ZakkeryDaRebel/main
Removed reference to Community Edition since it was discontinued.
2 parents ac3e26c + 2ef4527 commit e2b7108

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chess/0-chess-moves/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There should not be a folder named chess showing up in your Intellij project, on
3737
3838
All AI coding tools need to be turned off for this project. We want you to understand the code you write, and having AI author the code for you can be a hinderance to your learning. If you have some sort of AI coding assistant (like Copilot) that comes by default with your IDE, you need to turn that **off**. Using AI to write your code may flag our plagiarism detection system. If you are unsure about your use of AI, check the syllabus in Canvas, or ask one of the instructors.
3939

40-
Specifically, if you are using the IntelliJ Ultimate Edition, it comes by default with a local deep learning model, and possibly a cloud LLM that will help finish lines. (This feature does not come with the Community edition). To turn off Full Line code completion, follow these steps:
40+
Specifically, if you subscribed for the advanced features of IntelliJ IDEA, you will need to turn off the LLM, as it includes a feature that will help with inline completion. To turn off Full Line code completion, follow these steps:
4141

4242
1. Go to IntelliJ Settings by either pressing `ctrl`/`` + `,` or by going to File > Settings.
4343
1. A new _Settings_ window should have opened. Select Editor > General > Inline Completion on the left-hand side.

instruction/java-fundamentals/java-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The downside is that you need to install the JRE on all target devices, and the
8585

8686
To get started developing with Java, you need to install the Java Developer Kit (JDK) and the IntelliJ integrated development environment (IDE). The easiest way to do this is to follow the instructions for installing the IntelliJ IDE and then using IntelliJ to install the version of the JDK that you want to use.
8787

88-
[IntelliJ Installation Instructions](https://www.jetbrains.com/help/idea/installation-guide.html) - Make sure you choose the free Community Edition. Do this by selecting the `Standalone installation`, picking your operating system, clicking on the download link, and then scrolling down to the `Community Edition` option. You can install the `Ultimate Edition`, but you will have to provide your BYU credentials in order to enable free usage.
88+
[IntelliJ Installation Instructions](https://www.jetbrains.com/help/idea/installation-guide.html) - After clicking the link, scroll down to `Standalone installation`, picking your operating system, and clicking on the download link. After downloading IntelliJ IDEA, you will be able to code with some advanced features until the 30 day free trial ends. If you want to keep the advanced features, you can provide your BYU credentials to get them for free, though they are not required for this class if you do not want to subscribe to get these features.
8989

9090
After you have installed IntelliJ take some time to get familiar with the environment. Create a new project and, if you don't already have a JDK downloaded, download the latest version as part of creating the project. Additionally, if you select the `Add sample code` option it will create a simple `hello world` application for you.
9191

0 commit comments

Comments
 (0)