Git Product home page Git Product logo

varnish_jetbrains_plugin's People

Contributors

blckct avatar markiewitch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

varnish_jetbrains_plugin's Issues

Ability to show function you are currently in via Structure window

Working with huge, monolithic VCLs, I often find myself scrolling up/down to make sure what vcl_* function I have a caret in.

With PHP and JS, you can use Structure window which shows you a code part (function, class, etc.) you are currently at.

Is there an option to use the same for VCL?

Yeah, I know, "split your VCL" but anyway...

Namepd arguments are reporting problems

When calling a function with a named argument the problem is reported but the VCL is actually ok.

Example:

import cfg;

sub vcl_init {
    new foo = cfg.script("foo.lua", period=60);
                                       // ^ problem
}

Problem:

'+', <operation internal>, <strings internal>, VCLTokenType.(, VCLTokenType.), VCLTokenType.,, VCLTokenType.operator or VCLTokenType.property expected, got '='

Plugin version: 0.7.2

Handle spaces in duration

When you write a duration like 1s there can be a white space between the number and the unit. The whitespaces include spaces, tabs and even new lines. Byte units work only because they are not implemented.

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.