Giter Club home page Giter Club logo

intellij-plugin's Introduction

Optimizely IntelliJ Plugin

This plugin provides quick contextual access to the configuration of your Optimizely Project, and is available for IntelliJ Platform based IDEs. It is available for download on the Jetbrains Plugin Marketplace.

Based around the Optimizely Java SDK, the plugin provides a set of shortcuts and contextual links back to the relevant Optimizely entities for your development.

After installation, use the menu or keyboard shortcut to set your SDK Key, which corresponds to a particular Environment in your Optimizely Full Stack Project, and is available under the Settings tab.

Once the SDK key is in place, the active Experiments, Features, Attributes and Events from your Environment will be accessible both via the Dropdown menu under Tools, and via keyboard shortcuts. You can also use default autocomplete (go, java, kotlin, python) for feature methods such as isFeatureEnabled and getFeatureVariable to return only a feature key list. Same holds true for experiment methods.

Menu Options

Set SDK Key

Set or update your SDK Key. If the SDK key is set, it is displayed at the top level and the Jump To menu is available.

Jump To

Provide direct links to your Experiments and Features within the Optimizely application, opening within your default OS browser.

List Experiment Keys

Displays a dropdown of the Experiment Keys of all Experiments that are currently Running within your selected environment. Selecting a key will insert that key string at the current editor cursor location.

List Feature Keys

Displays a list of the Feature Keys of all non-archived Features within your selected environment. Selecting a key will insert that key string at the current editor cursor location.

List Variation Keys

Displays the Variation Key or Variable Key of the most recently selected Experiment or Feature. Selecting a key will insert that key string at the current editor cursor location.

List Attribute Keys

Displays all non-archived Attribute keys within the selected environment. Selecting a key will insert that key string at the current editor cursor location.

List Event Keys

Displays a list of all non-archived event keys within the selected environment.Selecting a key will insert that key string at the current editor cursor location.

Debug Dialog

Intuitive dialog that allows you to test and see log output from running your experiments or features.

Keyboard Shortcuts

Direct keyboard access can be achieved for in-place editing. All shortcuts can be initiated by entering option or alt o

s - set the sdk key.

f - list of feature keys.

e - list of experiment keys.

v - list of variable or variation keys depending on which feature or experiment was chosen last.

t - list of event keys

a - list of attribute keys.

d - open debug dialog.

For languages go, java, kotlin, and python, default autocomplete for feature methods such as isFeatureEnabled and getFeatureVariable to return only a feature key list. Same holds true for experiment methods.

Gradle

The build.gradle builds one plugin for all IDEs

Dependencies

The Optimizely Plugin uses the Optimizely Java SDK core-api requires org.slf4j:slf4j-api:1.7.16 and a supported JSON parser. We currently integrate with Jackson, GSON, json.org, and json-simple; if any of those packages are available at runtime, they will be used by core-api.

Contributing

Please see CONTRIBUTING.

Credits

First-party code (under core-api/ and core-httpclient-impl) is copyright Optimizely, Inc. and contributors, licensed under Apache 2.0.

Additional Code

This software incorporates code from the following open source projects:

SLF4J https://www.slf4j.org
Copyright © 2004-2017 QOS.ch
License (MIT): https://www.slf4j.org/license.html

Jackson Annotations https://github.com/FasterXML/jackson-annotations
License (Apache 2.0): https://github.com/FasterXML/jackson-annotations/blob/master/src/main/resources/META-INF/LICENSE

Jackson Databind https://github.com/FasterXML/jackson-databind
License (Apache 2.0): https://github.com/FasterXML/jackson-databind/blob/master/src/main/resources/META-INF/LICENSE

Apache HttpClient https://hc.apache.org/httpcomponents-client-ga/index.html
Copyright © January 2004 License (Apache 2.0): https://github.com/apache/httpcomponents-client/blob/master/LICENSE.txt

Logback Classic Module Eclipse Public License - v 1.0: http://www.eclipse.org/legal/epl-v10.html GNU Lesser General Public License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html

intellij-plugin's People

Contributors

aliabbasrizvi avatar danny-driscoll avatar thomaszurkan-optimizely avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

intellij-plugin's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.