All Projects → JetBrains → Intellij Scala Bundle

JetBrains / Intellij Scala Bundle

IntelliJ Scala Bundle - get started with Scala in a single click!

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Intellij Scala Bundle

Stm32f0 arm
STM32 Cortex-M0 course
Stars: ✭ 72 (-17.24%)
Mutual labels:  education
Sagefy
🔭 Learn anything, adapted for you. Free.
Stars: ✭ 80 (-8.05%)
Mutual labels:  education
Stepik Ios
iOS Application for Taking Open Courses on the Stepik Platform
Stars: ✭ 84 (-3.45%)
Mutual labels:  education
Mpython
mpython掌控板文档和固件源码
Stars: ✭ 74 (-14.94%)
Mutual labels:  education
Intellij Visual Studio Code
IntelliJ key bindings for MS Visual Studio Code
Stars: ✭ 80 (-8.05%)
Mutual labels:  intellij
Classroom
GitHub Classroom automates repository creation and access control, making it easy for teachers to distribute starter code and collect assignments on GitHub.
Stars: ✭ 1,243 (+1328.74%)
Mutual labels:  education
Gruvbox Intellij Theme
An IDE theme based on the gruvbox color scheme. ⛺
Stars: ✭ 71 (-18.39%)
Mutual labels:  intellij
I Pascal
A free Object Pascal language plugin for IntelliJ IDEA
Stars: ✭ 85 (-2.3%)
Mutual labels:  intellij
Udoit
The Universal Design Online content Inspection Tool, or UDOIT (pronounced, “You Do It”) enables faculty to identify accessibility issues in Canvas by Instructure. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.
Stars: ✭ 80 (-8.05%)
Mutual labels:  education
Laravel Whoops Editor
Laravel Whoops Editor helps to open your code editor from exception stack trace.
Stars: ✭ 83 (-4.6%)
Mutual labels:  intellij
Edualgo
A simple python package having modules of different algorithms to use in educational purposes.
Stars: ✭ 76 (-12.64%)
Mutual labels:  education
Vulcan
RISC-V Instruction Set Simulator (Built for education).
Stars: ✭ 80 (-8.05%)
Mutual labels:  education
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+13574.71%)
Mutual labels:  education
Lms
LMS allows teachers and educators to easily provide feedback on student programming work - both manually and automatically.
Stars: ✭ 74 (-14.94%)
Mutual labels:  education
Emacsideas
Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.
Stars: ✭ 84 (-3.45%)
Mutual labels:  intellij
Intellij Haskell
IntelliJ plugin for Haskell
Stars: ✭ 1,169 (+1243.68%)
Mutual labels:  intellij
Pythonfordesigners
An introductory manual to Python3 and DrawBot built with Lektor
Stars: ✭ 81 (-6.9%)
Mutual labels:  education
Googledeveloperscolorscheme
Color scheme for Android Studio and IntelliJ, inspired by code snippets style seen on Google Developers website
Stars: ✭ 86 (-1.15%)
Mutual labels:  intellij
Swift Design Patterns
🚀 The ultimate collection of various Software Design Patterns implemented in Swift [Swift 5.0, 28 Patterns].
Stars: ✭ 85 (-2.3%)
Mutual labels:  education
30 Seconds Of Interviews
A curated collection of common interview questions to help you prepare for your next interview.
Stars: ✭ 9,410 (+10716.09%)
Mutual labels:  education

official JetBrains project Gitter

IntelliJ Scala Bundle

A bundle that includes:

  1. IntelliJ IDEA Community with selected plugins (downloads).
  2. Scala plugin for IntelliJ IDEA (downloads).
  3. SBT launcher, as a part of the Scala plugin (downloads).
  4. JetBrains SDK (downloads).
  5. JetBrains SDK sources.
  6. Scala binaries (downloads).
  7. Scala Standard Library sources (downloads).
  8. Example Scala project.
  9. IntelliJ IDEA settings for all the above.

The bundle is:

  • One-click. It doesn't require installation, let alone administrative privileges. You can simply extract the archive and run the application.
  • Pre-configured. It doesn't require initial configuration. The default settings already include all the bundled components.
  • Self-sufficient. It doesn't need anything besides the OS, yet you may use external dependencies, if you want to.
  • Self-contained. It affects neither OS-level nor user-level settings. For example, you may have the exact version of IDEA in the system and the settings won't collide.
  • Location-independent. The directory can be moved to other location.
  • Offline. It's functional without the Internet. You can create, update, compile and run IDEA-based projects, browse Scala- and Java library sources – all without an Internet connection (but you need the Internet for SBT-based projects).

In comparison (macOS):

Installer Bundle VS
Internet use 869,2 MB 343,9 MB 1/2
Disk use 1621,5 MB 640,8 MB 1/3
Time >15 min. <1 min. 1/50
Clicks ~100 ~1 1/100

Presentation of the IntelliJ Scala Bundle: Enabling the first step (ScalaSphere).

Download

Version Download IntelliJ IDEA Scala Plugin SDK Scala
2020-04-23 Windows, Mac, Linux 201.6668.121 2020.1.27 11.0.6+8-b765.25 2.13.1
2020-03-17 Windows, Mac, Linux 193.6911.18 2019.3.27 11.0.6+8-b520.43 2.13.1
2019-09-17 Windows, Mac, Linux 192.6603.28 2019.2.28 11.0.3+12-b304.56 2.13.0
2019-05-02 Windows, Mac, Linux 191.6707.61 2019.1.7 1.8.0_202-release-1483-b37 2.12.8
2018-11-30 Windows, Mac, Linux 183.4284.148 2018.3.4 8u152b1343.15 2.12.7
2018-09-14 Windows, Mac, Linux 182.4323.46 2018.2.11 8u152b1248.8 2.12.6
2018-05-04 Windows, Mac, Linux 181.4668.68 2018.1.9 8u152b1136.29 2.12.6

By proceeding with use of the bundle, you understand that the parts of the bundle are governed by their separate license agreements, and do not form a single product (more info).

Usage

Download, extract and run the application.

The bundle stores all its settings and caches inside the data subdirectory (except for Ivy and Maven repositories, which are system-wide).

You can use File | Import Settings and File | Export Settings to transfer the IDEA settings.

You can update or install IDEA plugins via Settings | Plugins.

Although the bundle doesn't include Git binaries, it includes Git and GitHub integrations, so you can install Git from the IDE, if needed.

Custom Builds

In addition to using the above downloads, you can create your own version of the bundle from scratch:

  1. Clone the project:
  $ git clone https://github.com/JetBrains/intellij-scala-bundle
  1. Start the assembly:
  $ sbt run

It's possible to include more example projects in the bundle.

Distributors of the bundle must display the text of bundle agreement (or link to that text) on download page.

Please note that this bundle is not supposed to replace the usual way people download, install, configure and update each of those components. The main goal of the bundle is to provide a bootstrap distribution for educational purposes (more on intended use cases).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].