Giter Club home page Giter Club logo

filemaker-vscode-bundle's Introduction

FileMaker VSCode

Filemaker syntax and snippets for Visual Studio Code. https://github.com/jwillinghalpern/filemaker-vscode-bundle

Features

Snippets, autocompletion, and syntax highlighting for FileMaker calculations.

Installation

The best way to install is via the VSCode extension marketplace. Search Filemaker VSCode in the extensions tab within VSCode and click "install".

Or install from the marketplace site here

Usage

Syntax Highlighting

syntax-highlighting

Autocomplete / Snippets

autocomplete

JSON to JSONSetElement() expression

json-to-jsonsetelement

Attribution

Original syntax and snippets were ported from Donovan Chandler's textmate bundle, which was itself forked from Matt Petrowsky's repo.

Carson Lind created the icon artwork.


Contributing

Prerequisites

  1. Make sure you have NodeJS and npm installed: https://nodejs.org/en/
  2. Install vsce globally: npm install -g vsce
  3. Make sure git is installed: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
    1. MacOS hint: just run this in terminal and you'll be prompted to install: git --version

Dev/Test

  1. Fork the GitHub repo.
  2. Clone your fork to your local machine:
    1. In terminal, cd to the preferred directory.
    2. Clone: git clone <the URL from the "Code" button on github>
  3. Open the project folder in VSCode to edit.
  4. When ready to test:
    1. Open the integrated terminal in VSCode and run vsce package to create a package with a name like "filemaker-vscode-x.x.x.vsix"
    2. Install your test package like code --install-extension filemaker-vscode-x.x.x.vsix
    3. shift-command-p to open the command pallete and search for/run "Developer: Reload Window(s)"
    4. Now test your extension in VSCode. Rinse, repeat until it works how you want.

Submit changes

  1. When ready, commit your changes and push them to your own fork on github.
    1. git add .
    2. git commit -m "message describing your change"
    3. git push
  2. Submit a pull request to my repo so I can try them out and pull them in and publish!

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.