Watches for changes in a directory tree, and runs a command when something changed. By default, the output goes to an acme win.-x specifies a regexp used to exclude files and directories from the watcher.
https://github.com/eaburns/WatchTags | editor-plugin ide-plugin go-ide-plugin |
Implementation | Go |
License | Public |
Platform | Windows MacOS Linux |
GoSublime is a Golang plugin collection for the text editor Sublime Text providing code completion and other IDE-like features. Only Sublime Text 3 is supported.It is assumed that you have a working installation of Git and know how to use it to clone and update repositories.
editor-plugin ide-plugin go-ide-pluginIt is called daemon, because it uses client/server architecture for caching purposes. In particular, it makes autocompletions very fast. Typical autocompletion time with warm cache is 30ms, which is barely noticeable.Also watch the demo screencast.
editor-plugin ide-plugin go-ide-plugingocode (and a few other tools, like gotype) work on .a files (i.e. the package object archive), and the way to keep these up to date is to run go install periodically. This ensures your autocomplete suggestions are kept up to date without having to resort to gocode set autobuild true 🎉.We are open to suggestions for detecting a package which is built with gb; please feel free to submit a pull request that detects a gb package without any explicit configuration and runs it.
atom autocomplete lint editor ide format test build gofmt gocode fmt godef godoc goimports gorename goreturns vet gometalinter go-debug delve hyperclick guru editor-plugin ide-plugin go-ide-pluginEric is a full featured Python and Ruby editor and IDE, written in python. It is based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as everdays quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder.
ide integrated-development-environment text-editor python-ide rubyThis is go-mode, the Emacs mode for editing Go code.It is a complete rewrite of the go-mode that shipped with Go 1.0.3 and before, and was part of Go 1.1 until Go 1.3. Beginning with Go 1.4, editor integration will not be part of the Go distribution anymore, making this repository the canonical place for go-mode.
editor-plugin ide-plugin go-ide-pluginAs of 2017, Goclipse is no longer actively maintained, see this blog post for more information. If you are interested in contributing, you can for now fork the project - and there should be enough information here detailing how to build, test, release, etc.You will need Maven for building Goclipse.
eclipse ide editor-plugin ide-plugin go-ide-pluginThe latest stable release is the recommended version to use. If you choose to use the master branch instead, please do so with caution; it is a development branch.You will also need to install all the necessary binaries. vim-go makes it easy to install all of them by providing a command, :GoInstallBinaries, which will go get all the required binaries.
vim viml vim-plugins vim-go editor-plugin ide-plugin go-ide-pluginThis is a plugin that adds support for Elixir to JetBrains IDEs. The plugin works both in the rich IDEs that allow alternative language SDK selection and small IDEs that are language specific. The rich IDEs work best for IntelliJ Elixir because only in the rich IDEs can have an Elixir SDK set as the Project SDK. In all small IDEs, the native language SDK is always there, which makes anything that uses the SDK, such as running elixir, erl, or mix more complicated both internally and externally in the configuration you have to setup.
elixir-plugin elixir ide editor editor-plugin mix elixir-mix jetbrains intellij-plugin rubymine webstorm pycharm appcode clion gogland datagrip-ide androidstudioтокамак supports project configuration for each project. This helps to resolve editor and project options. tokamak.toml file will be used by helper in the future. It should resides in with same level of Cargo.toml. By default Cargo project generated with tokamak will create it also. Here is an example tokamak.toml file. Racer support is removed because RLS is going to be the one that will replace Racer. Linter package is removed you can disable it in versions after 0.4.0. Instead of linter, diagnostics will be used from atom-ide-ui package.
tokamak ide plugin-suite cargo atom-editor atom-package atom-pluginThe "Unity Support" plugin adds specific functionality for the Unity game engine to ReSharper and Rider.Rider is JetBrains' cross platform .NET IDE, based on ReSharper and the IntelliJ Platform. It can be used on Windows, Mac and Linux and this plugin can replace the default MonoDevelop editor with an IDE providing rich code navigation, inspections and refactorings.
resharper unity rider plugin resharper-plugin jetbrainsLua IDE/Debugger Plugin for IntelliJ IDEA
lua-ide ide intellij-plugin lua-plugin lua-debugger intellij emmyluaJavaScript Enhancements is a plugin for Sublime Text 3. This plugin uses Flow (javascript static type checker from Facebook) under the hood.
javascript-tools sublimetext3 sublime-text-3 sublime-text-plugin flowtype completions autocomplete javascript-plugin project-management javascript-completions flow flow-typed sublime-text javascript-enhancements ide javascript-utility ide-like javascript-projects ide-helperLiteIDE is a simple, open source, cross-platform Go IDE.
liteide ide integrated-development-environment go-ideIMPORTANT: On NetBeans 9, use only version 2.9.1.1 or above. Using any previous version of this plugin on NetBeans 9 will cause severe IDE-wide indexing slowdown. Download the latest netbeanstypescript.nbm file from the Releases page. Then, in NetBeans, go to Tools > Plugins, and select the "Downloaded" tab. Click "Add Plugins..." and locate the netbeanstypescript.nbm file. The TypeScript Editor should appear in the list. Select it and click "Install".
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme. Designed for a fluent and clear workflow based on the Nord color palette.
syntax-theme plugin syntax-highlighting theme syntax color hack colorscheme intellij jetbrains ide color-scheme idea color-theme hacktoberfestCode::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin.
ide integrated-development-environment cpp-ideThis is a plugin for IntelliJ IDEs to write plugins at runtime. It uses Groovy as main language and has experimental support for Kotlin. To install search for "LivePlugin" in IDE Preferences -> Plugins -> Browse Repositories. See also plugin repository page.
intellij-plugin ide intellij-api micro-plugin groovy-language groovy-script kotlin kotlin-scriptA NetBeans IDE plugin which adds Markdown support. This plugin provides basic syntax highlighting, HTML preview and HTML export when editing a Markdown document. Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
netbeans ide plugin markdownRemix Project is a platform for development tools that use a plugin architecture. It encompasses sub-projects including Remix Plugin Engine, Remix Libraries, and of course Remix IDE. Remix IDE is an open source web and desktop application. It fosters a fast development cycle and has a rich set of plugins with intuitive GUIs. Remix is used for the entire journey of contract development with Solidity language in as well as being a playground for learning and teaching Ethereum.
ethereum smart-contracts blockchain solidity evm hacktoberfest remix vyper remix-ide compilerOni is a new kind of editor, focused on maximizing productivity - combining modal editing with features you expect in modern editors. Oni is built with neovim, and inspired by VSCode, Atom, LightTable, and Emacs. The vision of Oni is to build an editor that allows you to go from thought to code as easily as possible - bringing together the raw editing power of Vim, the feature capabilities of Atom/VSCode, and a powerful and intuitive extensibility model - wrapped up in a beautiful package. This repository is under active development, and until 1.0 please consider everything unstable.
vim neovim editor ide typescript ui gui text-editor react redux neovim-guis oni rxjs editing text
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.