GithubHelp home page GithubHelp logo

hexalang / hexa-vscode-bundle Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 206 KB

:hammer_and_wrench: Visual Studio Code support for Hexa @hexalang

Home Page: https://marketplace.visualstudio.com/items?itemName=PeyTy.vshexa

License: GNU Lesser General Public License v2.1

JavaScript 99.87% Batchfile 0.13%
vscode vscode-language vscode-extension hexa hexalang programming-language

hexa-vscode-bundle's Introduction

Visual Studio Code support for Hexa

GitHub Sponsor Patreon Discord

Screenshot

Features

Requires Hexa compiler on your host or remote machine

  • Syntax highlighting
  • Advanced linting via language server
  • Providing snippets
  • Module outline
  • Other IDE features

Features

Web Extension

This extension works in web VSCode environments like github.dev

Install

https://marketplace.visualstudio.com/items?itemName=PeyTy.vshexa

Install manually

cd ~/.vscode/extensions
git clone https://github.com/hexalang/hexa-vscode-bundle.git

Configuration

The path to the compiler should be allowed in the setting tab hexa.path

hexa-vscode-bundle's People

Contributors

acidicmercury8 avatar expwez avatar peyty avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hexa-vscode-bundle's Issues

Upload to store next release

  • README
    • add some screenshots and features list
    • add command cone --how-to-install-from-cli example
  • Hexa path and PATH
  • Option to disable inline error reporting
    • Fix color of the inline error reporting (brighter red, generate from theme?)
  • Option to set linting delay
  • Open VSX Registry
  • Rename branch to kawaii and update protection rules

Update language server, ensure backward/forward compatibility

  • Option to use constant TCP connection instead of REST (btw use this mode by default?)
  • Handle in-compiler crash gracefully (this is done, refactor and commit)
  • Sidebar outline improvements, take types from Typer when possible?
  • Go to definition (Ctrl+Click) / Go to type definition
  • Ensure backward/forward compatibility
    • FP-style table of callbacks for kinds of lint reports (for things like hints, in future)
  • Highlight words, operators and blocks properly
  • More info on hover (var type & mutability, optimization opportunities, etc)
  • Refactoring features (like rename class/etc, warn about name clashes (global and within one file cause aliases))
  • Fix underline positions (use spans)
  • Find all refs
  • Dim unused
  • Other common LSP features to this list
  • Update snippets
  • Shallow type check (i.e. don't stop after some type errors)
  • Better cache
  • Dim unreachable code
  • Stop type check when desired lint info is reached (optimization)
  • Autorun Hexa server
  • Inline dimmed inferred types
    • for i TYPE in e
    • var v TYPE let v TYPE
    • Option to disable this
  • Lint of unsaved file
    • Project-related
    • Independent
  • Autocomplete improvements
    • Local vars/funcs in current block
    • : Type
    • Fields .HERE
    • Option to insert colons for arg names func(name:, name:) also always show them in autocomplete list

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.