Skip to content

Arrow plug-in for IntelliJ-based IDEs

Notifications You must be signed in to change notification settings

arrow-kt/arrow-intellij

Repository files navigation

Arrow plug-in for IntelliJ-based IDEs

Different helpers related to Arrow libraries.

Inspections

This is a list of implemented and planned inspections. When possible, the plug-in also offers a fix for the problem.

Related to Raise:

  • Missing bind and bindAll
  • Different contexts, and missing withError
  • Idiomatic usage of ensure and ensureNotNull

Potentially wrong usages:

  • Potential escape of Raise context
  • Incorrect usage of Atomic with primitive types
  • Matching on Eval values directly

General fixes:

  • Missing serializer for an Arrow type

Running the development version

Open the project in IntelliJ, or run ./gradlew runIde from the command line.

On the first run, an entire IntelliJ IDEA is downloaded, so it can take quite some time.

License

Copyright (C) 2024 The Arrow Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Arrow plug-in for IntelliJ-based IDEs

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages